{% extends 'easycms/base.html' %} {% block easycms_title %}Edit SEO Details{% endblock easycms_title %} {% block easycms_content %}
Back to Edit Blog Post View Post
{% if success %}
{{ success }}
{% else %}

Editing SEO details for post "{{ post.title }}".

Use this page to edit the title tag, and the meta (description) tag.

{{ form.render() }}
{% endif %} {% endblock easycms_content %}