{% extends 'base.html' %} {% load static %} {% load custom_tags %} {% block content %}

{{ "Articles"|upper }}

{% include 'partial/article_list.html' %} {% endblock %}