{% extends 'base.html' %} {% load static %} {% block styles %} {% endblock %} {% block content_full %} {% include '_includes/menu.html' with type='desktop' %} {% block content %}{% endblock content %} {% endblock content_full %}