mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
5 lines
156 B
HTML
5 lines
156 B
HTML
{% extends "oscar/base.html" %}
|
|
{% block title %}{{ _('about') }} - {% endblock %}
|
|
{% block content %}
|
|
{% include '__common__/about.html' %}
|
|
{% endblock %}
|