A rebar3 plugin for compiling Hypertext Erlang (hterl) files.
$ rebar3 compile
To your rebar config, add the rebar3_hterl plugin and the hterl package as a dependency.
Configure the hterl compiler by adding a hterl_opts entry to rebar.config:
{hterl_opts, [
{encoding, utf8}
]}.