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

Create Article

{% include 'partial/article_form.html' with btn_text='Create' %}
{% endblock %}