summaryrefslogtreecommitdiff
path: root/searx/templates/simple/page_with_header.html
blob: 719553a3820f3589c30d8b88a197eb384580013d (plain)
1
2
3
4
5
6
7
{%- set body_class = "page_with_header" -%}
{%- extends "simple/base.html" -%}
{%- block header -%}
  <a href="{{ url_for('index') }}">{{- '' -}}
    <img class="logo" src="{{ url_for('static', filename='img/searxng.png') }}" alt="SearXNG">{{- '' -}}
  </a>{{- '' -}}
{%- endblock -%}