From 5f82b8a786e5badc3c2679965323c4c473107054 Mon Sep 17 00:00:00 2001 From: Marie Birner Date: Thu, 6 Apr 2023 11:00:44 +0200 Subject: [PATCH] [TASK] add footer and make app mobile compatible --- templates/base.html.tera | 6 ++++++ templates/includes/footer.html.tera | 10 ++++++++++ 2 files changed, 16 insertions(+) create mode 100644 templates/includes/footer.html.tera diff --git a/templates/base.html.tera b/templates/base.html.tera index a09cf91..b3209cb 100644 --- a/templates/base.html.tera +++ b/templates/base.html.tera @@ -3,6 +3,7 @@ + @@ -14,6 +15,11 @@
{% block content %}{% endblock content %}
+ + {%if loggedin_user %} + {% include "includes/footer" %} + {%endif%} + diff --git a/templates/includes/footer.html.tera b/templates/includes/footer.html.tera new file mode 100644 index 0000000..44c8309 --- /dev/null +++ b/templates/includes/footer.html.tera @@ -0,0 +1,10 @@ +