etlplus.file.mustache

etlplus.file.mustache module.

Helpers for reading/writing Mustache (MUSTACHE) template files.

Notes

  • A MUSTACHE file is a text file used for generating HTML or other text formats

    by combining templates with data.

  • Common cases:
    • HTML templates.

    • Email templates.

    • Configuration files.

  • Rule of thumb:
    • If you need to work with Mustache template files, use this module for

      reading and writing.

Classes

MustacheFile()

Handler implementation for MUSTACHE files.