Module engine

Module engine 

Source
Expand description

Template engine for rendering templates with variable substitution

Provides template rendering with support for:

  • Variable substitution with case transformations
  • Conditional blocks ({{#if}}…{{/if}})
  • Loops ({{#each}}…{{/each}})
  • Includes/partials ({{> partial}})

Structs§

TemplateEngine
Template engine for rendering templates with variable substitution