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 <!doctype html>
5 bff58270 2022-09-19 op <html>
6 bff58270 2022-09-19 op <head>
7 bff58270 2022-09-19 op <title>{{ title | urlescape }}</title>
8 bff58270 2022-09-19 op </head>
9 bff58270 2022-09-19 op <body>
10 bff58270 2022-09-19 op <h1>{{ title | unsafe }}</h1>
11 bff58270 2022-09-19 op </body>
12 bff58270 2022-09-19 op </html>
13 bff58270 2022-09-19 op {{ end }}