<div class="dg-block-post-address island">
<h3>Mailing address</h3>
<p class=""><span>City of Ghent</span><br>
<span> Botermarkt 1</span><br>
<span>9000 Ghent</span></p>
</div>
<div class="dg-block-post-address island">
{% include 'h3'with {
'h3_text': 'Mailing address'
} %}
{% include '@paragraph' with {
'text':
'<span>City of Ghent</span><br>
<span> Botermarkt 1</span><br>
<span>9000 Ghent</span>'
} %}
</div>
/* No context defined for this component. */
.dg-block-post-address {
h3 {
margin: 0;
line-height: 1.5rem;
}
p,
span {
color: $color-gray;
}
}
There are no notes for this item.