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

<ul>
{{#each model_slug_list }}
<li><a href="/m/{{ this[0] }}/{{ this[1] }}/">{{ this[1] }}</a>
{{/each}}
</ul>

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