{% load static %} Inicio Catálogo Ayuda Equipo {% if user.is_authenticated %} Perfil {% endif %} {% if user.is_authenticated %} {% csrf_token %} Logout @{{ user }} {% else %} Login {% endif %} {% block extra_js %} {% endblock %}