{% comment %} Copyright (c) 2006-2007, PreFab Software Inc. Copyright (c) 2006, Andrew Gwozdziewycz All rights reserved. {% endcomment %} {% extends "blog/blog_base.html" %} {% load blog_extras %} {% block "browsertitle" %} Recent Posts {% endblock %} {% block "contentbody" %} {% for object in latest %} {% include "blog/includes/post.html" %} {% endfor %} {% endblock %} {% block "taglist" %} {% include "blog/includes/popular_tags.html" %} {% endblock %}