{% if title == "Python Cheatsheet" %} {{ title }} {% else %} {{ title }} - {{ g.site_name }} {% endif %} {% block seo %}{% endblock seo %} {% block schema %} {% endblock schema %} {{ moment.include_jquery() }} {{ moment.include_moment() }} {% block stylesheet %}{% endblock stylesheet %} Fork me on GitHub {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}{{ message }} {% endfor %}
{% endif %} {% endwith %} {% block content %}{% endblock content%} {% if title != "Python Cheatsheet" %} {% endif %} {% block js %}{% endblock js %}