{% 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 %}
Python Cheat Sheet
Home
Blog
Contribute
About
Versions
PDF
Jupyter Notebook
Markdown
{% if g.search_switch == "ON" %}
{{ g.search_form.q(class="search-field", type="search", placeholder="Search") }}
{% endif %}
Tags
{% if current_user.is_authenticated %}
{{ current_user.username }}
New Article
Dashboard
Profile
Logout
{% endif %}
{% 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 %}