This commit is contained in:
armansansd
2021-06-24 13:58:20 +02:00
30 changed files with 916 additions and 67 deletions

View File

@@ -48,4 +48,4 @@
{% block content %}
{{ content }}
{% endblock %}
</nav>
</nav>

View File

@@ -17,5 +17,12 @@
{% if content %}
<div{{ attributes }}>
{{ content }}
<div class="close-block" >
close
</div>
</div>
<div class="open-block" >
open
</div>
{% endif %}