{% 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 invite - only visible in the hamburger on mobile sizes. #} Discord {# GitHub #} GitHub {# Reddit #} Reddit {# YouTube #} YouTube {# Patreon #} Patreon {# Merch #} Merch {# More #} More Resources Tools Contributing FAQ Rules Code of Conduct Privacy Code Jams {% 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 %} {# Join us on Discord! #} {% if user.is_authenticated %} {% endif %}