summaryrefslogtreecommitdiffstats
path: root/templates/welcome.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/welcome.html')
-rw-r--r--templates/welcome.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/welcome.html b/templates/welcome.html
new file mode 100644
index 0000000..ca60f33
--- /dev/null
+++ b/templates/welcome.html
@@ -0,0 +1,8 @@
1{% include "header.html" %}
2<div class="entry">
3 <h1>{{title}}</h1>
4 <div class="body">
5 {{body}}
6 </div>
7</div>
8{% include "footer.html" %}