{% extends 'landing/base.html' %} {% block content %} {% include 'landing/header.html' %} <div class="container" style="min-height: 500px;"> {% block container %} {% endblock container %} </div> {% include 'landing/footer.html' %} {% endblock %}