From 0d3ae1492e1a88db69437cd277b7cf11c4e6274a Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 15 Sep 2024 17:29:13 +0100 Subject: wip: really bad cart icon but it will do for now --- pyblackbird_cc/templates/base.html | 165 ++++++++++++++++++++----------------- 1 file changed, 91 insertions(+), 74 deletions(-) (limited to 'pyblackbird_cc/templates/base.html') diff --git a/pyblackbird_cc/templates/base.html b/pyblackbird_cc/templates/base.html index 2e52b67..20c2934 100644 --- a/pyblackbird_cc/templates/base.html +++ b/pyblackbird_cc/templates/base.html @@ -51,6 +51,8 @@ {% endblock javascript %} + +
{% block body %} - {% if messages %} - {% for message in messages %} -
- {{ message }} - + {% if messages %} + {% for message in messages %} +
+ {{ message }} + +
+ {% endfor %} + {% endif %} + {% block main %} +
+ {% block content %} + {% endblock content %} + + +
+ {% endblock main %} {% endblock body %}
{% block modal %} {% endblock modal %} {% block inline_javascript %} - {% comment %} - Script tags with only code, no src (defer by default). To run - with a "defer" so that you run inline code: - - {% endcomment %} + +{% endcomment %} {% endblock inline_javascript %} -- cgit v1.2.3