{% if description %}
<section class="main__section">
  <div class="container">
    {{ description | raw }}
  </div>
</section>
{% endif %}
