summaryrefslogtreecommitdiff
path: root/src/templating/test5/must
blob: 44305df24de2ec01186663111d66837d79da0da3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
=====================================
from json
{{> special}}
=====================================
not found
{{> notfound}}
=====================================
without extension first
{{> must2 }}
=====================================
last with extension
{{> must3 }}
=====================================
Ensure must3 didn't change specials

{{#person?}}
  Hi {{name}}!
{{/person?}}

%(%#person?%)%
  Hi %(%name%)%!
%(%/person?%)%