From 5e7c8bb5ae2e80b403d9754d3b3c906dd43c4871 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 31 Aug 2017 14:39:56 -0700 Subject: draft from front page --- theme/templates/base.html | 107 +++++++++++++++++++++++++++++++++++----------- 1 file changed, 82 insertions(+), 25 deletions(-) (limited to 'theme/templates/base.html') diff --git a/theme/templates/base.html b/theme/templates/base.html index 2f0be01..eb26bc6 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -7,14 +7,13 @@ {% block title %}{{ SITENAME }}{% endblock title %} {% block stylesheets %} - + {% endblock %}{% block externaljs %} {% endblock %}{% block otherhead %}{% endblock %} {% endblock head %} - +{% block postnav %}{% endblock %}
{% block content %} @@ -68,19 +69,75 @@
{% endblock %} -