From 6256335ef802e2823ac0118c01c7fe31e38e7287 Mon Sep 17 00:00:00 2001 From: blendoit Date: Wed, 22 Jan 2020 18:17:38 -0800 Subject: Second commit. --- website/app/templates/home.html | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 website/app/templates/home.html (limited to 'website/app/templates/home.html') diff --git a/website/app/templates/home.html b/website/app/templates/home.html deleted file mode 100644 index 89984eb..0000000 --- a/website/app/templates/home.html +++ /dev/null @@ -1,24 +0,0 @@ - - - -{% extends "base.html" %} - -{% block content %} - -
- - - -
- {% for post in posts %} -
-

{{post.author}}

-

{{post.date}}

-

{{post.content}}

-
- {% endfor %} -
-
- - -{% endblock content %} -- cgit v1.2.3