{% extends "layout.html" %} {%block title %} Homepage {%endblock title %} {%block content %}
{% include 'sidebar.html' %}
{% include 'footer.html' %}
{%endblock content %}