{# As of June 2018, this is the most up-to-date "responsive design" viewport tag. #}
{{ site_title|default('Restricted', true) }} | Login
{{ site_title }}
{% if errors %} {% for error in errors %}
{{ error }}
{% endfor %} {% endif %} {# semgrep-reason: semgrep is confused -- we're clearly using a csrf_token here, and more than that, this is not Django. #} {# nosemgrep: django-no-csrf-token #}