mediacms/templates/cms/search.html

11 lines
251 B
HTML
Raw Permalink Normal View History

2020-12-16 12:48:37 +01:00
{% extends "base.html" %}
{% load static %}
{% block content %}
{% if user %}<div id="page-search"></div>{% endif %}
{% endblock %}
{% block bottomimports %}
<script src="{% static "js/search.js" %}"></script>
{% endblock bottomimports %}