aboutsummaryrefslogtreecommitdiffstats
path: root/webface/templates/model_list.html
blob: db11bdc0a33a3f4e5eac9c9b430e3d1126fda724 (plain)
1
2
3
4
5
6
7
8
9
10
11
{{# partial content}}
<h1>Example Models</h1>

<ul>
{{#each model_slug_list slug}}
<li><a href="/model/{{this}}/">{{ this }}</a>
{{/each}}
</ul>

{{/partial}}
{{~> base.html~}}