{% import "Portfolio/macros/base.html" as m with context %} {% import "Portfolio/macros/forms.html" as f with context %} {% extends "Portfolio/PostAdmin/_layout.html" %} {% block admin_page_title %}Tags{% endblock %} {% block admin_content %}
New Tag
{% for tag in tags %} {% endfor %}
Name Slug Posts
{{ tag.name }} {{ tag.slug }} {{ tag.total_posts }}
{% endblock %}