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 @@ +