mirror of
https://github.com/searxng/searxng.git
synced 2025-01-21 23:58:07 +00:00
6 lines
144 B
HTML
6 lines
144 B
HTML
|
{% extends "oscar/base.html" %}
|
||
|
{% block title %}{{ page.title }} - {% endblock %}
|
||
|
{% block content %}
|
||
|
{{ page.content | safe }}
|
||
|
{% endblock %}
|