{% load static %}
Platform - {% block title %}{% endblock %}
{% block stylesheets %}{% endblock stylesheets %} {% if user.is_authenticated %} {% include 'includes/sidebar.html' %} {% endif %}
{% block content %}{% endblock content %}
{% include 'includes/scripts.html' %} {% block javascripts %}{% endblock javascripts %}