{% load static %} {% include 'partials/head.html' %} {% block title %}SavvyGT{% endblock %} {% block extra_css %}{% endblock %} {% include 'partials/header.html' %} {% block content %}{% endblock %} {% include 'partials/footer.html' %} {% include 'partials/chatbot.html' %} {% include 'partials/script.html' %} {% block extra_js %}{% endblock %}