{% extends 'base.html' %} {% set active_page = none %} {% block title %}Registration Page{% endblock %} {% block style %} body { padding-top: 70px; padding-bottom: 70px; background-color: #eee; /* font-size: 2vw; */ font-family: Georgia, sans-serif !important; flex-direction: column; height:100vh; background-color: #eee; } {% endblock style %} {% block content %}

註冊

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}
We'll never share your email with anyone else.
SINGUP IMAGE
{% endblock %}