Current section
Files
Jump to
Current section
Files
src/handles.app.src
{application, handles, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "Handles is a templating language written in pure Gleam. Heavily inspired by Mustache and Handlebars.js"},
{modules, [handles,
handles@engine,
handles@format,
handles@lexer,
handles@parser]},
{registered, []}
]}.