aboutsummaryrefslogtreecommitdiffstats
path: root/webface/templates/model_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'webface/templates/model_list.html')
-rw-r--r--webface/templates/model_list.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/webface/templates/model_list.html b/webface/templates/model_list.html
new file mode 100644
index 0000000..db11bdc
--- /dev/null
+++ b/webface/templates/model_list.html
@@ -0,0 +1,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~}}