searxng-beetroot/beetroot_template/page_with_header.html

6 lines
239 B
HTML
Raw Normal View History

2023-03-19 10:58:17 +01:00
{% set body_class = "page_with_header" %}
2023-04-04 21:23:00 +02:00
{% extends "beetroot/base.html" %}
2023-03-19 10:58:17 +01:00
{% block header %}
<a href="{{ url_for('index') }}"><img class="logo" src="{{ url_for('static', filename='img/searxng.png') }}" alt="SearXNG"></a>
{% endblock %}