{% block header %}
Cryptovote
{% endblock %}
Cryptovote
Toggle navigation
Create Election
{% with messages = get_flashed_messages() %} {% if messages %}
{% for message in messages %}
{{ message }}
×
{% endfor %}
{% endif %} {% endwith %} {% block content %}{% endblock %}
{% block scripts %}{% endblock %}