{% extends 'base.html' %} {% load static %} {% block titleheader %} Training {% endblock %} {% block titleelements %} {% if user.is_authenticated %} {% endif %} {% endblock %} {% block titleelements_right %} {% include 'partials/search.html' %} {% include 'partials/navbar_user.html' %} {% endblock %}