From c34ae6fed8503c6f8b27b4bd55cf26bb3f47ad23 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Wed, 18 Jul 2018 23:46:06 +0100 Subject: init commit --- templates/index.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 templates/index.html (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..c32a7fb --- /dev/null +++ b/templates/index.html @@ -0,0 +1,22 @@ +{% extends "default.html" %} +{% block content %} +

Welcome

+ +

Welcome, this is my website, an under-maintained infodump. Hopefully you'll find something useful here.

+ +

Recent blogposts:

+ +{% endblock %} -- cgit v1.2.3-54-g00ecf