summaryrefslogtreecommitdiff
path: root/templates/tags.html.j2
blob: 881255949ec3971124f315a9d7bd43598672e34f (plain)
1
2
3
4
5
6
7
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 %}