{{ doc.title | e }}
{% if doc.excerpt %}{{ doc.excerpt | e }}
{% endif %}{% extends "base.html" %} {% block title %}{% if tag %}Tag: {{ tag | e }}{% else %}All Tags{% endif %}{% endblock %} {% block meta_description %}{% if tag %}Documents tagged with "{{ tag | e }}"{% else %}Browse all documentation tags{% endif %}{% endblock %} {% block sidebar_content %}
{% endblock %} {% block content %} {% endblock %}