diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-07-01 00:45:51 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-07-01 00:45:51 +0100 |
commit | e29d79e5f9785d039175da43704d02907b54ab47 (patch) | |
tree | 05d915882199105fc0bf57889fcbb7cfef1c4229 /html/templ.html | |
parent | 32e86d1129f200c776f879da835a6659427ca707 (diff) |
basic templating added (only for paste visualisation)
Diffstat (limited to 'html/templ.html')
-rw-r--r-- | html/templ.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/html/templ.html b/html/templ.html new file mode 100644 index 0000000..2e86f38 --- /dev/null +++ b/html/templ.html @@ -0,0 +1,7 @@ +<body> + +<pre> +{{CONTENT}} +</pre> + +</body> |