ÚKLID TIME
parent
95b1abed30
commit
157e562bf3
@ -0,0 +1,10 @@
|
||||
{% extends 'layout/base.html' %}
|
||||
|
||||
{% block content %}
|
||||
<div class="important_subwrap">
|
||||
<section class="side_panel">
|
||||
{% block sidebar %}{% endblock %}
|
||||
</section>
|
||||
{% block main_content %}{% endblock %}
|
||||
</div>
|
||||
{% endblock content %}
|
@ -0,0 +1,7 @@
|
||||
{% extends 'layout/base_sidebar.html' %}
|
||||
{% from '_includes.html' import render_tags with context %}
|
||||
|
||||
{% block sidebar %}
|
||||
{{ render_tags() }}
|
||||
{% endblock %}
|
||||
|
@ -1,11 +1,6 @@
|
||||
{% extends 'layout/base.html' %}
|
||||
{% extends 'layout/base_sidebar.html' %}
|
||||
{% from '_includes.html' import render_sidenav with context %}
|
||||
|
||||
{% block content %}
|
||||
<div class="important_subwrap">
|
||||
<section class="side_panel">
|
||||
{% block sidebar %}
|
||||
{{ render_sidenav({"speedtest": ("Speedtest", "http://speedtest.cesnet.cz")}) }}
|
||||
</section>
|
||||
{% block setting_content %}{% endblock %}
|
||||
</div>
|
||||
{% endblock content %}
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue