--- layout: default ---
{% if page.sections %} {% for section in page.sections %} {% include sections/{{ section.type }}.html section=section %} {% endfor %} {% else %} {{ content }} {% endif %}