{% extends 'easycms/base.html' %} {% block easycms_title %}Edit Tags for {{ post.title }}{% endblock easycms_title %} {% block easycms_head_extra %} {% endblock %} {% block easycms_content %}
Back to Blog Home Back to Edit Blog Post

Add Tags

{{ form.render() }}

All Tags

Click to add to tag box

{% for tag in all_tags %} {{ tag.name }} {% else %} (no tags) {% endfor %}

This Post's Tags

{% for tag in post.tags %}
{{ tag.name }}
{% endfor %}
{% endblock easycms_content %}