X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/557578f98b1026df12ed6b9cfc085b03ecb20c12..d5901a1fcc8b79f9a23bd3888ef2f281f07b9459:/data/templates/search.htm diff --git a/data/templates/search.htm b/data/templates/search.htm index 51bf982..7a19a4e 100644 --- a/data/templates/search.htm +++ b/data/templates/search.htm @@ -1,6 +1,10 @@ {% extends "base.htm" %} {% block title %}Search results{% endblock %} +{% block meta %} + +{% endblock %} + {% block content %} {% if sres.results == 0 %}

@@ -15,6 +19,7 @@ {% include 'repo-list.htm' %} {% endfor %} + {% include 'pager.htm' %} {% endif %} {% endblock %}