{% extends "base.html" %} {% block content %}
{% block content_title %}

Latest From Tyrel


{% endblock %} {% for article in articles_page.object_list[:1] %}

{{ article.title }}

{{ article.summary }} [read post]
{% endfor %}



Older Blog Posts


{% if articles_page.has_other_pages() %} {% include 'pagination.html' %} {% endif %}
{% endblock content %}