aboutsummaryrefslogtreecommitdiff
path: root/templates/default.tpl
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2018-10-10 22:43:22 +0200
committerHugo Hörnquist <hugo@hornquist.se>2018-10-10 22:43:22 +0200
commitd64ba94d6e8bdbf12f0a294ea9f51693e6d25c3f (patch)
tree4a07d8bc2ef46e9b6453631fee1a80036c19ce97 /templates/default.tpl
parentWed, 10 Oct 2018 22:42:19 +0200 (diff)
downloadwiki-public-d64ba94d6e8bdbf12f0a294ea9f51693e6d25c3f.tar.gz
wiki-public-d64ba94d6e8bdbf12f0a294ea9f51693e6d25c3f.tar.xz
Wed, 10 Oct 2018 22:43:21 +0200
Diffstat (limited to 'templates/default.tpl')
-rw-r--r--templates/default.tpl12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/default.tpl b/templates/default.tpl
new file mode 100644
index 0000000..0916ce4
--- /dev/null
+++ b/templates/default.tpl
@@ -0,0 +1,12 @@
+<!doctype html>
+<html>
+ <head>
+ <title>%title%</title>
+ </head>
+ <body>
+ <div class="content">
+ %content%
+ </div>
+ <p><small>Page created on %date%</small></p>
+ </body>
+</html>