MediaCMS frontend, initial commit

This commit is contained in:
styiannis
2020-12-16 13:48:37 +02:00
parent e29fa326ce
commit f34d500377
183 changed files with 72472 additions and 0 deletions

10
templates/cms/search.html Normal file
View File

@@ -0,0 +1,10 @@
{% 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 %}