summaryrefslogtreecommitdiff
path: root/project/templates/tags/application.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'project/templates/tags/application.xhtml')
-rw-r--r--project/templates/tags/application.xhtml30
1 files changed, 4 insertions, 26 deletions
diff --git a/project/templates/tags/application.xhtml b/project/templates/tags/application.xhtml
index 82c2a5f..421fa20 100644
--- a/project/templates/tags/application.xhtml
+++ b/project/templates/tags/application.xhtml
@@ -1,32 +1,10 @@
-{%- extends "base_plain.xhtml" -%}
+{%- extends "tags/base_tag.xhtml" -%}
-{%- block title -%}Application Tag{%- endblock -%}
-
-
-
-{%- block style %}
- <link href="/css/index.css" rel="stylesheet" />
-{% endblock -%}
-
-
-
-{%- block content %}
-<h4>Tag: Application</h4>
-
-<ul class="index">
- {%- for item in articles -%}
- {%- if 'application' 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 ("Application") }}{%- endblock -%}
+{%- block content %}{{ tag_content ("Application") }}{% endblock -%}
+{%- block footer -%}{{ tag_footer ("application.xhtml") }}{%- endblock -%}