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

include/handles@error_UnexpectedType.hrl

-record(unexpected_type, {
index :: integer(),
path :: list(binary()),
got :: binary(),
expected :: list(binary())
}).