From e5f0990f97b8316ea618f0831b6858dde92afaed Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Wed, 27 May 2020 07:36:27 -0500 Subject: Wiring up blog entries --- bh20simplewebuploader/templates/blog.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'bh20simplewebuploader/templates') diff --git a/bh20simplewebuploader/templates/blog.html b/bh20simplewebuploader/templates/blog.html index 835e019..3069dd3 100644 --- a/bh20simplewebuploader/templates/blog.html +++ b/bh20simplewebuploader/templates/blog.html @@ -5,9 +5,17 @@ {% include 'banner.html' %} {% include 'menu.html' %} -

BLOG Entries

+ {% if embed %} + {{ embed|safe }} +
- Note that this is work in progress (WIP) +

+ Other blog entries: +

+ + {% else %} +

BLOG Entries:

+ {% endif %}
@@ -31,7 +39,7 @@
We submit a sequence to the database -- cgit v1.2.3