From 381e40f2b9c87b6a9359f2c79cf4687064625288 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 30 Aug 2017 21:04:39 -0700 Subject: bootstrap 3 + pelican template repo --- theme/templates/index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 theme/templates/index.html (limited to 'theme/templates/index.html') diff --git a/theme/templates/index.html b/theme/templates/index.html new file mode 100644 index 0000000..e397ee7 --- /dev/null +++ b/theme/templates/index.html @@ -0,0 +1,11 @@ +{% extends "base.html" %} + +{% block overhead %}{% endblock %} + +{% block path %}{% endblock %} + +{% block pagetitle %}{% endblock %} + +{% block content %} +Main Content Goes Here +{% endblock %} -- cgit v1.2.3