9 lines
328 B
HTML
9 lines
328 B
HTML
{%- set body_class = "page_with_header" -%}
|
|
{%- extends "simple/base.html" -%}
|
|
{%- block header -%}
|
|
<a id="search_logo" href="{{ url_for('index') }}" tabindex="0" title="{{ _('Display the front page') }}">
|
|
<span hidden>MeerkApp Search</span>
|
|
{% include 'simple/logo.min.svg' without context %}
|
|
</a>
|
|
{%- endblock -%}
|