{% block title %}MyRPKI{% endblock %}
{% block head %}{% endblock %}
RPKI Portal GUI
{% if user.is_authenticated %}
Logged in as {{ user }} |
{% if user.is_staff %}admin |{% endif %}
Log Out
{% else %}
Log In
{% endif %}
{% block content %}{% endblock %}