Packages

Handles is a templating language written in pure Gleam. Heavily inspired by Mustache and Handlebars.js

Current section

Files

Jump to
handles src handles.app.src
Raw

src/handles.app.src

{application, handles, [
{vsn, "4.0.1"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "Handles is a templating language written in pure Gleam. Heavily inspired by Mustache and Handlebars.js"},
{modules, [handles,
handles@ctx,
handles@error,
handles@format,
handles@internal@block,
handles@internal@ctx_utils,
handles@internal@engine,
handles@internal@parser,
handles@internal@tokenizer]},
{registered, []}
]}.