Packages

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

Current section

Files

Jump to
handles src handles@internal@block.erl
Raw

src/handles@internal@block.erl

-module(handles@internal@block).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export_type([kind/0]).
-type kind() :: 'if' | unless | each.