about summary refs log tree commit diff stats
path: root/test/template.html
blob: 3de5bf2e2b32a5f3b2e54a97875def6aef86c870 (plain)
1
2
3
4
5
6
<!DOCTYPE html>
<title>{{ title }}</title>

<body>
    {{body}}
</body>