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

Art filtered by {{tag[0]}}

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