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