aboutsummaryrefslogtreecommitdiffstats
path: root/root/index
blob: 70d047247e1f4a2df3e99b0c88c6f1f1c3a2489c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[%

main_block = 'index';

BLOCK index;

%]

<h2>Using InterfaceModel, Reflector</h2>
<p><a href="[% ctx.uri_for('/testmodel/foo') %]">foo</a></p>
<p><a href="[% ctx.uri_for('/testmodel/bar') %]">bar</a></p>
<p><a href="[% ctx.uri_for('/testmodel/baz') %]">baz</a></p>

[%

END;

%]