Blob


1 {!
2 #include <stdio.h>
3 #include <stdlib.h>
5 #include "tmpl.h"
7 int base(struct template *, const char *);
9 !}
11 {{ define base(struct template *tp, const char *title) }}
12 {{ printf "%.2s:\t%d\n", title, 42 }}
13 {{ end }}