{% extends 'base.html' %} {% block title %} Home | BrandX {% endblock title %} {% block content %} Test Site {% include 'entries/entry_next.html' with template_for_item='entries/entry_item.html' %} {% endblock content %}