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

Create an Awesome New Article

{% csrf_token %} {{ form }}
{% endblock %}
{{ comments.count}} Comment{{ comments|pluralize }} {% for comment in comments %}

{{ comment.content }}

{% endfor %}