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@parser_Block.hrl
Raw

include/handles@parser_Block.hrl

-record(block, {
kind :: binary(),
path :: list(binary()),
children :: list(handles@parser:ast())
}).