{% extends "includes/skeleton_archive.html" %}
{% macro seo_title() %}{{ tr('Tag') }}: {{ tag_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('tag', tag_name, current_page) }}{% endblock %}
{% block twitter_title %}{{ seo_title() }}{% endblock %}
{% block more_section %}
{% for content in content_list %}
-
{% endfor %}
{% endblock more_section %}