{% from "site/sections/_helpers.html" import section_id_attr, section_header %}
{{ section_header(section) }} {% if section.content %}
{{ section.content | safe }}
{% endif %}