{% extends "base.html" %} {% block title %} Tags {% endblock %} {% block content %} {% for package in packages %} {% endfor %}
Package Tags
{{ package.title }} by {{ package.author.display_name }} {% for tag in package.tags %} {{ tag.title }} {% endfor %}
{% endblock %} {% from "macros/forms.html" import form_scripts %} {% block scriptextra %} {{ form_scripts() }} {% endblock %}