wip: first working version
This commit is contained in:
@@ -42,6 +42,13 @@
|
||||
</nav>
|
||||
{% endif %}
|
||||
<div id="content">
|
||||
{% for label, messages in app.flashes %}
|
||||
{% for message in messages %}
|
||||
<article>
|
||||
{{ message }}
|
||||
</article>
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
{% block content %}{% endblock %}
|
||||
<div id="loading-indicator">
|
||||
<progress />
|
||||
|
||||
Reference in New Issue
Block a user