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>
|
2022-11-18 11:32:30 +00:00
|
|
|
{#for .baz |$f| =}
|
2022-11-18 11:24:25 +00:00
|
|
|
{= #for $f |$b| =}
|
|
|
|
{$b}:
|
|
|
|
{= /for =}
|
2022-11-18 11:32:30 +00:00
|
|
|
{= /for}
|
2022-12-08 06:47:51 +00:00
|
|
|
{#if .qux=}
|
|
|
|
qux
|
|
|
|
{=#elif .quxx=}
|
|
|
|
quxx
|
|
|
|
{=#else=}
|
|
|
|
neither
|
|
|
|
{=/if}
|
2022-12-08 07:24:32 +00:00
|
|
|
|
2022-12-08 10:49:42 +00:00
|
|
|
{#if .maybe_foo |$v|}{$v}{#else}null{/if}
|
|
|
|
{#if .maybe_bar |$v|}{$v}{#else}null{/if}
|
2022-12-08 10:54:36 +00:00
|
|
|
{#if .maybe_foo |$_|}abcd{#else}null{/if}
|
2022-12-08 10:49:42 +00:00
|
|
|
|
2022-12-08 07:34:57 +00:00
|
|
|
<template>{#template test_tmpl .bar}</template>
|
2022-12-08 10:58:18 +00:00
|
|
|
<template>{#template test_tmpl .}</template>
|
2022-12-08 07:47:07 +00:00
|
|
|
|
2022-12-08 11:21:18 +00:00
|
|
|
{%context_foo}
|
2022-11-16 03:10:16 +00:00
|
|
|
</section>
|
|
|
|
</body>
|
|
|
|
</html>
|