Files
gabarit/priv/example.erml
2023-11-29 19:36:44 +00:00

13 lines
306 B
Plaintext

{html, [
{head, [
{apply, {module, function, args}},
{apply, {function, args},
{apply, fun() -> {ok, <<>>} end},
{apply, fun(Opts) -> {ok, <<>>} end},
% send
% {cast, {module, function, []}}
{script, #{ src => "https://unpkg.com/htmx.org@1.9.9"}, []}
]},
{body, [
]},
]}