{% with messages = get_flashed_messages() %}
{% if messages %}
Notice!
{% for message in messages %}
- {{ message }}
{% endfor %}
{% endif %}
{% endwith %}
{% block content %}{% endblock %}
{% if uri not in ["/", "/blog/index"] and not "/blog/category" in uri %}
{{ leaderboard() }}
{% endif %}
Copyright © 2014 Noah Petherbridge
Powered by {{ app["name"] }} v{{ app["version"] }}
Page generated in %time_elapsed%s.