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

include/handles@lexer_Property.hrl

-record(property, {
start :: integer(),
'end' :: integer(),
path :: list(binary())
}).