[][src]Module rendr::templating

The templating module contains the logic for passing templates and values to templating engines. It abstracts rendering those away.

Structs

Mustache

{{ mustache }} is a simple, logic-less templating engine.

RenderError

A type representing any error that could happen when attempting to render from a template.

Traits

TemplatingEngine

The trait for integrating templating engines.