searxng-beetroot/beetroot_template/info.html
2023-04-04 21:23:00 +02:00

546 B

{% extends 'beetroot/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 %}