From 8b3f0aa590b51cfd7696ed212adf94fa43a0e858 Mon Sep 17 00:00:00 2001 From: lemon Date: Sat, 19 Feb 2022 20:55:07 +0100 Subject: initial --- templates/blog.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 templates/blog.html (limited to 'templates/blog.html') diff --git a/templates/blog.html b/templates/blog.html new file mode 100644 index 0000000..afee41d --- /dev/null +++ b/templates/blog.html @@ -0,0 +1,15 @@ +{% extends "base.html" %} + +{% block title %}lemon's site{% endblock title %} + +{% block content %} +

+ {{ section.title }} +

+ +
Go back +{% endblock content %} -- cgit v1.2.3