{% load static %} {% block title %}Meu Site{% endblock %} {% include 'base/header.html' %}
{% block content %}{% endblock %}
{% include 'base/footer.html' %}