% for week in c.calendar.monthdays2calendar(c.thismonth.year, c.thismonth.month): % for day, weekday in week: % if day == 0: % elif day == c.today.day: % if day in c.month_posts and len(c.month_posts[day]) > 0: % else: % endif % else: % if day in c.month_posts and len(c.month_posts[day]) > 0: % else: % endif % endif % endfor % endfor
${c.thismonth.strftime('%B %Y')}
S M T W T F S
« ${c.prev_month.strftime('%b')}   ${c.next_month.strftime('%b')} »
 ${day}${day}${day}${day}