{% extends "includes/skeleton_archive.html" %} {% macro seo_title() %}{{ fp(config.site_name) }}{% endmacro %} {% block title %}{{ seo_title() }}{% endblock title %} {% block og_title %}{{ seo_title() }}{% endblock %} {% block og_description %}{{ fp(config.description) }}{% endblock %} {% block og_url %}{{ Router.gen_permalink('index', '', current_page) }}{% endblock %} {% block twitter_title %}{{ seo_title() }}{% endblock %} {% block more_section %}
{% if current_page > 1 %} Prev {% endif %} Page {{ current_page }} of {{ max_pages }} {% if current_page < max_pages %} Next {% endif %}
{% endblock more_section %}