{% extends "base.html" %} {% block title %} {% for p in front_page %}

{{p.title}}

{% endfor %} {% endblock title %} {% block content %}
{% for p in front_page %} {% endfor %}
{% block lowerbooknav %} {% include '_book_nav.html' %} {% endblock lowerbooknav %} {% endblock content %} {% block content_footer %}

Recent Updates

{% for p in news_page %}

{{ p.title }}

{{ p.body|truncate(255) }} read more
{% endfor %} {% endblock content_footer %}