{# If the error value is set, display the error in red text #}
{% if error %}
{{ error }}
{% endif %}
{# If the message value is set, display the message in green text #}
{% if message %}
{{ message }}
{% endif %}
{# Form which takes in Admin Username, Admin Password, and the amount of keys to create. #}
{# If the keys value is set, create a list for each key in keys #}
{% if keys %}