Flask-Uploader
File System
GridFS
S3
{% if current_user.is_authenticated %}
Invoices
{% endif %}
{% if current_user.is_authenticated %}
{% if current_user.avatar %}
{% endif %} {{ current_user.username }}
Edit profile
Logout
{% else %}
Login
{% endif %}
{% block container %}
{% with messages = get_flashed_messages() %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %} {% block main %}{% endblock main %}
{% endblock container %}