{% for block in page.content %} {% include_block block with block_id=block.id %} {% endfor %} {% if page.map_title %} {{ page.map_title }} {% endif %} {% if page.category_list_title %} {{ page.category_list_title }} {% endif %} {% for category, features in features_by_category %} {{ category.name }} {% for feature in features %} {{ feature.index }} {{ feature.title }} {% endfor %} {% endfor %} {% if page.content_after %} {% for block in page.content_after %} {% include_block block with block_id=block.id %} {% endfor %} {% endif %} {% for block in page.content_footer %} {% include_block block with block_id=block.id %} {% endfor %} {% include "shared/followus_snippet.html" %}