mustache

Mustache template engine for D

Implemented according to <a href="http://mustache.github.com/mustache.5.html">mustach(5)</a>.

Members

Classes

MustacheException
class MustacheException

Exception for Mustache

Structs

MustacheEngine
struct MustacheEngine(String = string)

Core implementation of Mustache

Meta

License

<a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.

Authors

Masahiro Nakagawa