{% if not hide_nav %}
🧾
{{ app_name }}
Dashboard
Documentos
+ Novo
◐
{% if current_user %}
{{ current_user }}
Sair
{% endif %}
{% endif %}
{% if flashes %}
{% for f in flashes %}
{{ f.message }}
{% endfor %}
{% endif %} {% block content %}{% endblock %}
{% block scripts %}{% endblock %}