7 int base(struct template *, const char *);
10 {{ define base(struct template *tp, const char *title) }}
11 {! char *foo = NULL; !}
15 <title>{{ title }}</title>
19 {{ if strchr(title, '*') != NULL }}
20 <p>"{{ title }}" has a '*' in it</p>
24 {{ else if strchr(title, '=') != NULL }}
25 <p>"{{ title }}" has a '=' in it!</p>
27 <p>"{{ title }}" doesn't have a '*' in it</p>