{% extends base_template %} {% block content %}

Recent posts from {{ first_name }} {{ last_name }}

{% for post in recent_posts %}

{{ post.title }}

{{ post.summary }}

Posted by {{ post.author.first_name }} {{ post.author.last_name }} on {{ post.created }}


{% endfor %} {% endblock %}