You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<tagline>Minimal templating with {{mustache}} in XQuery</tagline>
<description>
mustache.xq is an XQuery-based implementation of the Mustache templating language. Mustache is a framework-agnostic way to render logic-free views and 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.