mirror of
https://github.com/mediacms-io/mediacms.git
synced 2024-11-22 16:23:35 +01:00
11 lines
251 B
HTML
11 lines
251 B
HTML
{% 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 %}
|