Back to Searxng

Info

searx/templates/simple/info.html

latest401 B
Original Source

{% 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 %}