From e6f8f43b6ca5ff00d33b3a539e67eb2255fa1dd0 Mon Sep 17 00:00:00 2001 From: sptaule Date: Sat, 29 Jan 2022 14:42:09 +0100 Subject: Improve responsive, icons, refactor search, update readme --- templates/base.html | 32 +++----------------------------- 1 file changed, 3 insertions(+), 29 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 41121c3..d947c50 100755 --- a/templates/base.html +++ b/templates/base.html @@ -13,40 +13,14 @@ {% include "partials/shared/nav.html" %} -
- {% block content %}{% endblock %} -
+ {% block content %}{% endblock %} {% block search %} - + {% include "partials/shared/search.html" %} {% endblock %} {% block pagination %} - {% include "partials/shared/paginator.html" %} + {% include "partials/shared/paginator.html" %} {% endblock %} {% block comment %}{% endblock %} -- cgit v1.2.3