Blame


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