Current section
Files
Jump to
Current section
Files
src/handles.app.src
{application, handles, [
{vsn, "2.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@ctx_utils,
handles@internal@engine,
handles@internal@parser,
handles@internal@tokenizer]},
{registered, []}
]}.