Files
searxng/searx/templates/oscar/about.html
T

6 lines
156 B
HTML
Raw Normal View History

2014-09-22 22:42:29 +02:00
{% extends "oscar/base.html" %}
2014-09-26 18:26:46 +02:00
{% block title %}{{ _('about') }} - {% endblock %}
2014-09-22 22:42:29 +02:00
{% block content %}
{% include '__common__/about.html' %}
2014-09-22 22:42:29 +02:00
{% endblock %}