retouche design

This commit is contained in:
2022-01-27 15:34:13 +01:00
parent 199e8b4f8c
commit 8f5b2d283c
8 changed files with 99 additions and 50 deletions
@@ -35,10 +35,16 @@
<div{{ attributes.addClass(classes) }}>
{{ title_prefix }}
{% if label %}
<video autoplay muted loop id="myVideo">
<source src="rain.mp4" type="video/mp4">
</video>
<span><h2{{ title_attributes }}>{{ label }}</h2></span>
{% endif %}
{{ title_suffix }}
{% block content %}
{{ content }}
{% endblock %}
</div>