Update
This commit is contained in:
24
myapp/templates/private/skeleton.html
Normal file
24
myapp/templates/private/skeleton.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
{% include 'header.html' %}
|
||||
<body>
|
||||
{% include '/inc/init.html' %}
|
||||
|
||||
<section id="app" class="container">
|
||||
{% include '/private/navbar.html' %}
|
||||
|
||||
{% block content %}
|
||||
{% endblock content %}
|
||||
|
||||
{% block breadcrumb %}
|
||||
{% endblock %}
|
||||
|
||||
{% include 'footer.html' %}
|
||||
</section>
|
||||
|
||||
{% block script %}{% endblock %}
|
||||
|
||||
{% include '/inc/run.html' %}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user