frog-website/src/lib/section.html.j2

11 lines
221 B
Django/Jinja

<div class="section"
style="
--image:url('{{ title_image }}');
--hover-image:url('{{ title_image_over or title_image }}');
"
>
<h2 class="section--title">{{ title }}</h2>
{% block content %}{% endblock %}
</div>