templates

This port provides a common interface for rendering templates with multiple different template engines.

Install the Dependency

This module is not meant to be used directly. You should include any Adapter implementing this feature (as /templates_pebble/ and/or /templates_freemarker/) in order to process templates.

You can use many adapters in the same application to be able to handle different template engines at the same time.

Register a Template Engine

You can register multiple template engines using regular expressions:

Packages

Link copied to clipboard

Feature implementation code.