aboutsummaryrefslogtreecommitdiffstats
path: root/webface/templates/model_view.html
diff options
context:
space:
mode:
Diffstat (limited to 'webface/templates/model_view.html')
-rw-r--r--webface/templates/model_view.html13
1 files changed, 12 insertions, 1 deletions
diff --git a/webface/templates/model_view.html b/webface/templates/model_view.html
index 6e2b251..4dba406 100644
--- a/webface/templates/model_view.html
+++ b/webface/templates/model_view.html
@@ -1,6 +1,17 @@
{{# partial content}}
+<h1>{{ model_id }}</h1>
+
+<b>Full Name</b>: {{ model.name }}
+
+<b>Raw Model:</b>
+<pre>
+{{ raw_model }}
+</pre>
+
+
+<h2>Other Info</h2>
+{{ page_text }}
-{{model_id}}
{{/partial}}
{{~> base.html~}}