Blob


1 {! #include <stdlib.h> !}
3 {{ define base(struct template *tp, const char *title) }}
4 <!doctype html>
5 <html>
6 <head>
7 <title>{{ title | urlescape }}</title>
8 </head>
9 <body>
10 <h1>{{ title | unsafe }}</h1>
11 </body>
12 </html>
13 {{ end }}