spejstore/storage/templates/index.html

6 lines
101 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block content %}
2020-05-11 18:12:15 +00:00
{% include "widgets/bigsearch.html" %}
{% endblock %}