{% extends "base.html" %} {% block title %}{{ SITENAME }} | Tags{% endblock %} {% set current = "tags" %} {% set url = "tags.html" %} {% block content %}

Tags

{% endblock %}