{% extends "base.html" %} {% import "macros/tags.html" as tagmacros %} {% block title %}Tags{% endblock %} {% block content %}

Tags

Browse entries by tag.

{%- if terms | length > 0 %} {%- else %}

No tags yet.

{%- endif %}
{% endblock %}