{% extends "layout.html" %} {% block content %}

炎の亀

{{ form.csrf_token }} {{ form.api_key(**{'class':'form-control','placeholder':'Insert API Key'}) }}
{% for error in form.api_key.errors %} {% endfor %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}
{% endblock %}