]> git.gir.st - subscriptionfeed.git/blob - app/templates/messages.inc.j2
switch to systemd units, redo INSTALL as markdown file
[subscriptionfeed.git] / app / templates / messages.inc.j2
1 {% with messages = get_flashed_messages(with_categories=true) %}
2 {% if messages %}
3 <ul class=flashes>
4 {% for (type, message) in messages %}
5 <li>{{ type }}: {{ message }}</li>
6 {% endfor %}
7 </ul>
8 {% endif %}
9 {% endwith %}
Imprint / Impressum