{% extends 'layout.html' %} {% block content %} {% for post in posts %} {% if site.post_limit and loop.index > site.post_limit %}{% break %}{% endif %}
{% if post.excerpt %}{{ post.excerpt }}{% else %}{{ post.content }}{% endif %}
Read Older Posts