{% extends 'base.html' %} {% load static %} {% block title %}

Create Article

{% endblock %} {% block content %}
{% include 'partial/article_form.html' with button_text='Create' %}
{% endblock %}