Back to Werkzeug

Blog

examples/i18nurls/templates/blog.html

3.1.8201 B
Original Source

{% extends "layout.html" %} {% block body %}

Blog {% if mode == 'index' %}Index{% else %}Post {{ post_id }}{% endif %}

How about going to the index.

{% endblock %}