Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 668 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 668 Bytes

Mustache

Build status](https://github.com/jverzani/Mustache.jl/actions)  

Mustache is

... a logic-less template syntax. It can be used for HTML,
config files, source code - anything. It works by expanding tags in a
template using values provided in a hash or object.

This package ports over the mustache.js implementation for use in Julia. All credit should go there. All bugs are my own.