1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
399 B
PHP

<section class="service illustrated-text illustrated-text--decorative text">
<?php if($illustration): ?>
<img class="illustrated-text__sidebar" src="<?= $illustration ?>" alt="">
<?php endif ?>
<div class="service__description illustrated-text__main">
<h2 class="service__title<?php e($coloredTitle, ' service__title--colored') ?>"><?= html($title) ?></h2>
<?= $text ?>
</div>
</section>