{% extends "base.html" %} {% block title %} CyberRange | Login {% endblock %} {% block content %}
{% if error %} Error: {{ error }} {% endif %} {% if success_msg %} Success: {{ success_msg }} {% endif %}

{{ login_headline }}
{% if login_headline_highlight %} {{ login_headline_highlight }} {% endif %}

{% if welcome_text %}

{{ welcome_text }}

{% endif %} {% if not success %}

Login

{% if login_text %}

{{ login_text }}

{% endif %}
{% else %}
{% endif %}
{% endblock %}