aboutsummaryrefslogtreecommitdiffstats
path: root/webface/templates/model_view.html
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-10-25 22:33:48 -0700
committerbnewbold <bnewbold@robocracy.org>2016-10-25 22:33:48 -0700
commit1b927231947233f36e71038684c7d5a6da5cceef (patch)
treeb88b2643fae9d0112bdc06f6b6852c7c31f9e673 /webface/templates/model_view.html
parentec630361e25e765285a03931dfae49a478917538 (diff)
downloadmodelthing-1b927231947233f36e71038684c7d5a6da5cceef.tar.gz
modelthing-1b927231947233f36e71038684c7d5a6da5cceef.zip
have webface templates inherit
Diffstat (limited to 'webface/templates/model_view.html')
-rw-r--r--webface/templates/model_view.html12
1 files changed, 3 insertions, 9 deletions
diff --git a/webface/templates/model_view.html b/webface/templates/model_view.html
index f3744a7..6e2b251 100644
--- a/webface/templates/model_view.html
+++ b/webface/templates/model_view.html
@@ -1,12 +1,6 @@
-<!DOCTYPE html>
-<html>
-<head>
-<meta charset="UTF-8">
-<title>modelthing</title>
-</head>
+{{# partial content}}
-<body>
{{model_id}}
-</body>
-</html>
+{{/partial}}
+{{~> base.html~}}