Blob


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