mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-18 12:59:41 -05:00
MediaCMS frontend, initial commit
This commit is contained in:
13
templates/cms/embed.html
Normal file
13
templates/cms/embed.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{% 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 %}
|
||||
Reference in New Issue
Block a user