From ef5c0de4f309923b844d9fe0dd9ac70b7347a49a Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sat, 23 May 2020 08:42:00 -0500 Subject: Menu and forms --- bh20simplewebuploader/templates/blog.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bh20simplewebuploader/templates/blog.html (limited to 'bh20simplewebuploader/templates/blog.html') diff --git a/bh20simplewebuploader/templates/blog.html b/bh20simplewebuploader/templates/blog.html new file mode 100644 index 0000000..47b68fa --- /dev/null +++ b/bh20simplewebuploader/templates/blog.html @@ -0,0 +1,28 @@ + + + {% include 'header.html' %} + + {% include 'banner.html' %} + {% include 'menu.html' %} + + WIP + + + + + -- cgit v1.2.3