{% extends 'blog/base.html' %} {% block title %}Sahre {{ post.title }} | blOgeN{% endblock %} {% block content%} {% if sent %}

E-mail Successfully sent

"{{ post.title }}" was Successfully sent to {{ form.cleaned_data.to}}

{% else %}

Share "{{ post.title }}" by E-mail

{% csrf_token %}
person {{ form.name}} {{ form.name.label_tag }}
mail {{ form.email}} {{ form.email.label_tag }}
mail {{ form.to }} {{ form.to.label_tag }}
comment {{ form.message}} {{ form.message.label_tag }}
{% endif %} {% endblock %}