7 lines
287 B
HTML
7 lines
287 B
HTML
{%- 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 -%}
|