{% set content = pimcore_wysiwyg('content') %}
{# add autogenerated meta description #}
{% if document.getDescription() is empty %}
{% do pimcore_head_meta().setDescription(content.getData(), 160) %}
{% endif %}
<section class="area-wysiwyg">
{% apply pimcore_glossary %}
{{ content|raw }}
{% endapply %}
</section>