{% from "google-ads.inc.html" import leaderboard, nav_ads %}
{% 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 %}
{% block scripts %}{% endblock %}