{% block head %}
{% block title %}{{ SITENAME }}{% endblock title %}
{% if FEED_ALL_ATOM %}
{% endif %} {% if FEED_ALL_RSS %}
{% endif %} {% if FEED_ATOM %}
{% endif %} {% if FEED_RSS %}
{% endif %} {% if CATEGORY_FEED_ATOM and category %}
{% endif %} {% if CATEGORY_FEED_RSS and category %}
{% endif %} {% if TAG_FEED_ATOM and tag %}
{% endif %} {% if TAG_FEED_RSS and tag %}
{% endif %} {% if PIWIK %} {{PIWIK}} {% endif %} {% if article %} {% if article.stylesheets %} {% for stylesheet in article.stylesheets %} {{ stylesheet }} {% endfor %} {% endif %} {% if article.javascripts %} {% for javascript in article.javascripts %} {{ javascript }} {% endfor %} {% endif %} {% endif %} {% endblock head %}
{{ SITENAME }}
{% for p in pages %}
{{ p.title }}
{% endfor %} {% set cnt=5 %} {% for cat,l in categories %} {% if cnt >= 0 %}
{{ cat }}
({{ l | length }})
{% set cnt=cnt-1 %} {% endif %} {% endfor %}
{% block pageheader %}
{{ SITENAME }}
{{ SITESUBTITLE }}
{% endblock %}
{% block content %} {% endblock %}
{% block sidecontent %} {% endblock %}