# if blog_infotext:
${wiki_to_html(context, blog_infotext)}
# endif # if blog_about and blog_about.version:

About: ${blog_about.title}

# elif 'BLOG_ADMIN' in perm('blog'):

This blog does not yet have an 'About' post. Create 'About' post.

# endif

# if blog_archive_rss_icon: RSS # endif rss Archive: All posts (${blog_total})

# if blog_months:

Browse by time:

    # for month, count in blog_months:
  • ${blog_month_names[month[1]-1]} ${month[0]} (${count})
  • # endfor
# else:

No posts.

# endif
# if not blog_personal_blog:
# if blog_authors:

Browse by author:

    # for author, count in blog_authors:
  • # if blog_all_rss_icons: RSS # endif rss ${author} (${count})
  • # endfor
# else:

No authors.

# endif
# endif
# if blog_categories:

Browse by category:

    # for category, count in blog_categories:
  • # if blog_all_rss_icons: RSS # endif rss ${category} (${count})
  • # endfor
# else:

No categories.

# endif