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