2023-06-15 23:08:02 +02:00
|
|
|
{%- set body_class = "page_with_header" -%}
|
|
|
|
{%- extends "beetroot/base.html" -%}
|
|
|
|
{%- block header -%}
|
|
|
|
<a href="{{ url_for('index') }}">{{- '' -}}
|
|
|
|
<img class="logo" src="{{ url_for('static', filename='img/searxng.png') }}" alt="SearXNG">{{- '' -}}
|
|
|
|
</a>{{- '' -}}
|
|
|
|
{%- endblock -%}
|