the forwards on basic_page and basic_model_action were breaking config merging at...
[catagits/Reaction.git] / root / index
1 [%
2
3 main_block = 'index';
4
5 BLOCK index;
6
7 %]
8
9 <h2>Using InterfaceModel, Reflector</h2>
10 <p><a href="[% ctx.uri_for('/testmodel/foo') %]">foo</a></p>
11 <p><a href="[% ctx.uri_for('/testmodel/bar') %]">bar</a></p>
12 <p><a href="[% ctx.uri_for('/testmodel/baz') %]">baz</a></p>
13
14 [%
15
16 END;
17
18 %]