From a60db651e4818a32509094b2a052fa7fac97389f Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sat, 17 Dec 2022 14:50:15 -0600 Subject: pages: added homepage template --- app/pages/templates/pages/homepage.html | 48 +++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 app/pages/templates/pages/homepage.html diff --git a/app/pages/templates/pages/homepage.html b/app/pages/templates/pages/homepage.html new file mode 100644 index 0000000..31aa32e --- /dev/null +++ b/app/pages/templates/pages/homepage.html @@ -0,0 +1,48 @@ +{% extends 'base.html' %} +{% load typogrify_tags %} +{% block sitename %} + + Libregraf Publishing. Fine books for fine people + {%endblock%} + + {%block extrahead%} + +{%endblock%} +{%block bodyid%}id="home" class="archive"{%endblock%} + +{% block primary %} +
+

The Wandren Code

+
    +
  1. I will be brave and courageous
  2. +
  3. I will strengthen my body
  4. +
  5. I will help my family
  6. +
+ Read the full code +
+
+
+

Listen to the Podcast

+
+
+

Bonus Stories

+
+
+{% endblock %} +{% block js %}{% comment %} {% endcomment%}{% endblock%} -- cgit v1.2.3-70-g09d2