diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-10-28 00:07:12 -0700 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-10-28 00:07:12 -0700 |
commit | 360a3f82c02fdbe2c2d317e01f01fc69adbf4ab5 (patch) | |
tree | 6d87639cef6b31ec069d259d9a119e14e7f241a7 /webface/templates/raw.html | |
parent | adf41d8d3dcbc21806475bc652d560c7483fbcfb (diff) | |
download | modelthing-360a3f82c02fdbe2c2d317e01f01fc69adbf4ab5.tar.gz modelthing-360a3f82c02fdbe2c2d317e01f01fc69adbf4ab5.zip |
webface front page
Diffstat (limited to 'webface/templates/raw.html')
-rw-r--r-- | webface/templates/raw.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/webface/templates/raw.html b/webface/templates/raw.html new file mode 100644 index 0000000..5e10ff4 --- /dev/null +++ b/webface/templates/raw.html @@ -0,0 +1,6 @@ +{{# partial content}} +<pre> +{{ raw_text }} +</pre> +{{/partial}} +{{> base.html}} |