Fix typos in doc
[catagits/Reaction.git] / root / index
CommitLineData
7adfd53f 1[%
2
3main_block = 'index';
4
5BLOCK index;
6
7%]
8
f670cfd0 9<h2>Using InterfaceModel, Reflector</h2>
7adfd53f 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
16END;
17
18%]