fediglam/src/template/test.tmp.html

22 lines
353 B
HTML
Raw Normal View History

2022-11-16 03:10:16 +00:00
<!DOCTYPE html>
<html>
<head>
2022-11-18 08:09:10 +00:00
<title> {= .community.name =} </title>
2022-11-16 03:10:16 +00:00
</head>
<body>
<h1> TITLE </h1>
<h2> {{ REAL BRACKETS }} </h2>
<section>
{#for .baz |$f| =}
2022-11-18 11:24:25 +00:00
{= #for $f |$b| =}
{$b}:
{= /for =}
{= /for}
{#if .qux}qux!{/if=}
2022-11-18 07:39:32 +00:00
{#if .quxx}quxx!{/if}
2022-11-16 03:10:16 +00:00
</section>
</body>
</html>