Packages

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

Current section

Files

Jump to
handles include handles@internal@parser_Block.hrl
Raw

include/handles@internal@parser_Block.hrl

-record(block, {
start_index :: integer(),
end_index :: integer(),
kind :: handles@internal@block:kind(),
path :: list(binary()),
children :: list(handles@internal@parser:a_s_t())
}).