{% extends 'component/base.html' %} {% block header %} {% include 'component/header.html' %} {% endblock %} {% block section %} {% include 'component/article-list.html' %} {% endblock %} {% block footer %} {% include 'component/footer.html' %} {% endblock %}