Format imaage and body of title paragraph
This commit is contained in:
parent
f86a27164c
commit
92339c42c8
1 changed files with 8 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue