{% load archive blog flatblock_tags cache elsewhere i18n %}

{% trans "About" %}

{{ BLOG_SETTINGS.about|safe }}

{% flatblock "twitter_feed" 3600 "flatblocks/bare.html" %}

Subscribe

{% cache 3600 "base.profiles" %} {% get_elsewhere_profiles as profiles %} {% if profiles %}

{% trans "Elsewhere" %}

{% endif %} {% endcache %} {% cache 3600 "base.category_list" %} {% get_blog_categories as category_list %} {% if category_list %}

{% trans "Categories" %}

{% endif %} {% endcache %} {% cache 3600 "base.post_list" %} {% get_latest_posts 10 as post_list %} {% if post_list %}

{% trans "Recent Posts" %}

{% endif %} {% endcache %} {% cache 7200 "base.archive" %} {% get_post_archive as dates %}

{% trans "Archive" %}

{% endcache %} {% cache 3600 "base.blogroll" %} {% get_blogroll 10 as blogroll %} {% if blogroll %}

{% trans "BlogRoll" %}

{% endif %} {% endcache %} {% cache 3600 "bas.popular-posts" %} {% get_popular_posts 10 as popular_post_list %} {% if popular_post_list %}

{% trans "Popular Posts" %}

{% endif %} {% endcache %}