{% if site.home_section_title != '' %}
{{ site.home_section_title }}
{% endif %} {% for post in paginator.posts %}
{% if post.position == "left" %}
{% include content-left.html %}
{% endif %}
{% if post.position == "right" %}
{% include content-right.html %}
{% endif %}
{% endfor %}
{% include pagination.html %}