{% macro render_section(section) %}
<div class="content__inner_box">
{{ section.body }}
</div>
{% endmacro %}