{% load static %}
{% block title %}{% endblock %} | Example Site
Example Site
{% if user.is_authenticated %}
Security Keys
Logout
{% else %}
Login
{% endif %}
{% block content %}{% endblock %}