1
0
Fork 0
mirror of https://github.com/searxng/searxng.git synced 2025-03-02 18:51:01 +00:00
searxng/searx/templates/courgette/about.html

6 lines
154 B
HTML
Raw Normal View History

2015-01-15 23:56:54 +00:00
{% extends 'courgette/base.html' %}
2014-08-18 08:44:46 +00:00
{% block content %}
2015-01-15 23:56:54 +00:00
{% include 'courgette/github_ribbon.html' %}
{% include '__common__/about.html' %}
2014-08-18 08:44:46 +00:00
{% endblock %}