{# Copyright (c) 2006-2007, PreFab Software Inc. #} {% load blog_extras %} {% if object.id %} {% get_recent_posts 5 as post_list object.id %} {% endif %} {% if not object.id %} {% get_recent_posts 5 as post_list %} {% endif %} {% if post_list %} {% endif %}