mediacms/templates/cms/embed.html

14 lines
411 B
HTML
Raw Normal View History

2020-12-16 11:48:37 +00:00
{% extends "root.html" %}
{% load static %}
{% block topimports %}
<link href="{% static "css/embed.css" %}" rel="preload" as="style">
<link href="{% static "css/embed.css" %}" rel="stylesheet">
{%endblock topimports %}
{% block content %}<div id="page-embed"></div>{% endblock content %}
{% block bottomimports %}
<script src="{% static "js/embed.js" %}"></script>
{% endblock bottomimports %}