{% include head.html %}
{% include header.html %} {% include loader.html %}
{% for post in paginator.posts %}
{{ post.title }}
{{ post.date | date_to_string: "ordinal" }}
{{ post.description }}
Read More
{% endfor %}
{% if paginator.previous_page %}
Newer Posts
{% endif %} {% if paginator.next_page %}
Older Posts
{% endif %}