{% extends "includes/skeleton_archive.html" %} {% macro seo_title() %}{{ tr('Category') }}: {{ cate_name }} - {{ fp(config.site_name) }}{% endmacro %} {% block title %}{{ seo_title() }}{% endblock title %} {% block og_title %}{{ seo_title() }}{% endblock %} {% block og_description %}{{ seo_title() }}{% endblock %} {% block og_url %}{{ Router.gen_permalink('category', cate_name, 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 %}