diff options
author | bnewbold <bnewbold@robocracy.org> | 2017-01-14 19:41:27 -0800 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2017-01-14 19:52:56 -0800 |
commit | 0306854192ba35861d2365a00f080e1f7710e03b (patch) | |
tree | 00c047e814d75baf6008ef120fe57cdfb5102e44 /webface/templates/base.html | |
parent | a71465e935a178478d269e828550b7e3fc475fab (diff) | |
download | modelthing-0306854192ba35861d2365a00f080e1f7710e03b.tar.gz modelthing-0306854192ba35861d2365a00f080e1f7710e03b.zip |
add latex (via katex) to model pages
Diffstat (limited to 'webface/templates/base.html')
-rw-r--r-- | webface/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webface/templates/base.html b/webface/templates/base.html index 65dafa3..231dfd9 100644 --- a/webface/templates/base.html +++ b/webface/templates/base.html @@ -8,6 +8,7 @@ html, body, div{ margin: 0; padding: 0; } body { font-family: monospace; font-size: larger; line-height: 1.3; } #content { max-width: 700px; margin: 0 auto; margin-top: 4em; } </style> +{{~#block head}}{{/block~}} </head> <body> |