summaryrefslogtreecommitdiff
path: root/templates/tags.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/tags.html.j2')
-rw-r--r--templates/tags.html.j28
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/tags.html.j2 b/templates/tags.html.j2
new file mode 100644
index 0000000..8812559
--- /dev/null
+++ b/templates/tags.html.j2
@@ -0,0 +1,8 @@
+{% extends "base.html.j2" %}
+{% block page_title %}tags/ {{ super() }}{% endblock %}
+{% block page_title_short %}tags/{% endblock %}
+{% block content %}
+<h1 class="first-element">tags/</h1>
+<p>{{ config.get_tag_prompt("", "ls .") }}</p>
+<p class="last-element">{{ tags_ls }}</p>
+{% endblock %}