searxng-beetroot/beetroot_template/info.html
2023-03-19 10:58:17 +01:00

544 B

{% extends 'simple/page_with_header.html' %} {% block title %}{{ active_page.title }} - {% endblock %} {% block linkto_about %}{% endblock %} {% block linkto_donate %}{% endblock %} {% block content %}
    {% for pagename, locale, page in all_pages %}
  • {{page.title}}
  • {% endfor %}
{{- active_page.html | safe -}}
{% endblock %}