{#
tinkerbase/recent.html
~~~~~~~~~~~~~~~~~~~~~~
Sidebar list of recent posts.
:copyright: Copyright 2011 by Vlad Riscutia
:license: FreeBSD, see LICENSE file
#}
{%- set recent_count = recent_count is not defined and 10 or recent_count %}
Recent Posts
{%- for post, post_title in recent[:recent_count] %}