File: /var/www/hcv/wp-content/themes/hockey/templates/page-elements/views/element09.twig
{#
Element ID: Element09
Element Name: Half Text/Image
#}
<section class="half-txt-img">
<div class="container-fluid half-txt-img__container">
<div class="half-txt-img__content">
<div>
<h2 class="h1 text-uppercase">{{ element.title }}<h2>
<p class="h3">{{ element.description }}</p>
</div>
</div>
<div class="half-txt-img__image">
{% set image_trainer = Image(element.image) %}
<img src="{{ TimberImage(image_trainer.src | resize(939)) }}" alt="{{ image_trainer.alt }}" />
</div>
</div>
</section>