{% load socialaccount %} {% load static %} {# The navbar "burger" which appears when rendered on screens that can't fit the entire nav #} {# Content on the right side of the navbar #} {# Discord #} Discord {# GitHub #} GitHub {# Reddit #} Reddit {# YouTube #} YouTube {# Patreon #} Patreon {# Merch #} Merch {# More #} More Resources Tools Contributing FAQ Rules Code of Conduct Privacy Events Most Recent: Code Jam 7 All events {% if not user.is_authenticated %} {% get_providers as socialaccount_providers %} {% for provider in socialaccount_providers %} {% if provider.id == "discord" %} Login with {{ provider.name }} {% endif %} {% endfor %} {% else %} {% csrf_token %} Logout {% endif %} {% if user.is_authenticated %} {% endif %}