summaryrefslogtreecommitdiff
path: root/project/templates/tags/politics.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'project/templates/tags/politics.xhtml')
-rw-r--r--project/templates/tags/politics.xhtml30
1 files changed, 4 insertions, 26 deletions
diff --git a/project/templates/tags/politics.xhtml b/project/templates/tags/politics.xhtml
index 7cc490f..15fd2a9 100644
--- a/project/templates/tags/politics.xhtml
+++ b/project/templates/tags/politics.xhtml
@@ -1,32 +1,10 @@
-{%- extends "base_plain.xhtml" -%}
+{%- extends "tags/base_tag.xhtml" -%}
-{%- block title -%}Politics Tag{%- endblock -%}
-
-
-
-{%- block style %}
- <link href="/css/index.css" rel="stylesheet" />
-{% endblock -%}
-
-
-
-{%- block content %}
-<h4>Tag: Politics</h4>
-
-<ul class="index">
- {%- for item in articles -%}
- {%- if 'politics' in item.taglist -%}
- {%- if item.updated -%}{%- set postclass = "update" -%}{%- else -%}{%- set postclass = "post" -%}{%- endif -%}
- {%- if item.updated -%}{%- set postverb = "Updated" -%}{%- else -%}{%- set postverb = "Posted" -%}{%- endif %}
- <li><a href="{{ item.anchor }}">{{ item.title }}</a><br />
- <span class="taglist">{{ item.taglist | join(", ") }}</span><br />
- <span class="{{ postclass }}">({{ postverb }} {{ item.postdate }})</span></li>
- {%- endif -%}
- {%- endfor %}
-</ul>
-{% endblock -%}
+{%- block title -%}{{ tag_title ("Politics") }}{%- endblock -%}
+{%- block content %}{{ tag_content ("Politics") }}{% endblock -%}
+{%- block footer -%}{{ tag_footer ("politics.xhtml") }}{%- endblock -%}