{% load static %} {% load static tailwind_tags %} {% block title %} test{% endblock %} {% tailwind_css %} {% include 'header.html' %} {% block content %} {% endblock %} {% include 'footer.html' %}