summaryrefslogtreecommitdiff
path: root/src/pyssg/plt/tag_index.html
blob: 0d80265c8200d970a7a28168ccb2e48059c778bf (plain)
1
2
3
4
5
6
7
8
9
10
11
{%extends "base.html"%}
{%block head_title%}
  <title>Posts filtered by {{tag}} -- {{config['title']}}</title>
{%endblock head_title%}

{%block body_content%}
  <h1>Posts filtered by {{tag}}</h1>

  {%import "page_list.html" as page_list%}
  {{page_list.print("Articles", tag_pages)}}
{%endblock body_content%}