Format imaage and body of title paragraph

This commit is contained in:
benjamin melançon 2018-10-24 04:28:37 -04:00
parent f86a27164c
commit 92339c42c8

View file

@ -51,7 +51,14 @@
{% block paragraph %}
<section{{ attributes.addClass(classes) }}>
{% block content %}
{{ content }}
<div class="container">
<div class="hero-image">
{{ content.field_image }}
</div>
<div class="hero-body">
{{ content.field_title }}
{{ content.field_subtitle }}
</div>
{% endblock %}
</section>
{% endblock paragraph %}