{% extends "base.html" %} {% block blog %} {% include "blog/blog.html" %} {% endblock %} {% block sidebar %} {% include "blog/sidebar.html" %} {% endblock %}