Blob


1 {! #include <stdlib.h> !}
3 {{ define base(struct template *tp, const char *title) }}
4 {! char *foo = NULL; !}
5 <!doctype html>
6 <html>
7 <head>
8 <title>{{ title }}</title>
9 </head>
10 <body> {! /* TODO: frobnicate this line! */ !}
11 <h1>{{ title }}</h1>
12 </body>
13 </html>
14 {{ finally }}
15 {! free(foo); !}
16 {{ end }}