2 97267ffd 2023-04-03 op #include <stdlib.h>
4 97267ffd 2023-04-03 op #include "tmpl.h"
6 97267ffd 2023-04-03 op int base(struct template *, const char *);
10 97267ffd 2023-04-03 op {{ define base(struct template *tp, const char *title) }}
11 97267ffd 2023-04-03 op {! char *foo = NULL; !}
12 97267ffd 2023-04-03 op <!doctype html>
15 97267ffd 2023-04-03 op <title>{{ title }}</title>
17 97267ffd 2023-04-03 op <body> {! /* TODO: frobnicate this line! */ !}
18 97267ffd 2023-04-03 op <h1>{{ title }}</h1>
20 97267ffd 2023-04-03 op {{ "other stuff" }}
22 97267ffd 2023-04-03 op function greet() {
23 97267ffd 2023-04-03 op console.log("hello, world");
32 97267ffd 2023-04-03 op {! free(foo); !}