{% extends "two_column_body.html" %}
{% block title %}{% filter trim %}{% trans %}Tags{% endtrans %}{% endfilter %}{% endblock %}
{% block content %}
{% include "tags/content.html" %}
{% endblock %}
{% block endjs %}
{% include "tags/custom_javascript.html" ignore missing %}
{% endblock %}