{% extends 'layout.html' %} {# Set variables for base layour #} {% set active_page = sort %} {% set title = '' %} {% block content %} {% include 'banner.html' %} {% include 'posts.html' %} {% endblock %}