{% extends 'rest_framework/base.html' %} {% load static %} {% block style %} {{ block.super }} {% endblock %} {% block userlinks %} {% if user.is_authenticated %} {% else %}
  • Log in
  • {% endif %} {% endblock %}