{{ gettext('Contacts') }}

  • {{ site.title }}
  • {% if site.tel %}
  • {{ site.tel }}
  • {% endif %}
  • {{ site.email }}

{{ gettext('Archives') }}

    {% for archive in site.archives %} {% if loop.index <=5 %}
  • {{ archive.title }}{{ archive.count }}
  • {% endif %} {% endfor %}

{{ gettext('Popular tags') }}

{% if site.tags|count>0 %} {% for t in site.tags[0:10] %} {{ t }} {% endfor %} {% endif %}
{% if site.copyright %}

{{ gettext('© copyright by %(value)s',value=site.copyright) }}

{% endif %}

Powered by Freezes