fediglam/src/template/test.tmp.html

17 lines
254 B
HTML
Raw Normal View History

2022-11-16 03:10:16 +00:00
<!DOCTYPE html>
<html>
<head>
<title>{.community.name}</title>
2022-11-16 03:10:16 +00:00
</head>
<body>
<h1> TITLE </h1>
<h2> {{ REAL BRACKETS }} </h2>
<section>
2022-11-18 07:23:02 +00:00
{#for .baz |$f|}{#for $f |$b|}{$b}:{/for}
{/for}
2022-11-16 03:10:16 +00:00
</section>
</body>
</html>