first commit
This commit is contained in:
7
searx/templates/simple/page_with_header.html
Normal file
7
searx/templates/simple/page_with_header.html
Normal file
@@ -0,0 +1,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 -%}
|
||||
Reference in New Issue
Block a user