{% extends 'layout.html' %} {% block content %}

Créer un Post

{% csrf_token %} {{ post_form.as_p }} {% if type == 'news' %} {% endif %}
{% endblock %}