{%extends "base.html"%} {%block html_lang%}en{%endblock html_lang%} {%block head_title%}Posts filtered by {{tag[0]}}{%endblock head_title%} {%block content%}

Posts filtered by {{tag[0]}}

{%import "page_list.html" as page_list%} {{page_list.print(tag_pages)}} {%endblock content%}