--- layout: default ---
{% include custom/intro.html %}
{% include custom/widgets.html %}
{% assign index = true %} {% for post in paginator.posts %} {% assign content = post.content %}
{% include article.html %}
{% endfor %}
    {% if paginator.next_page %} {% endif %} {% if paginator.previous_page %} {% endif %}