We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed867c commit 9b2fd78Copy full SHA for 9b2fd78
examples/biggerapp/templates/index.html
@@ -8,4 +8,6 @@ <h2>{{ todo.title }}</h2>
8
{% else %}
9
<em>Unbelievable. No todos here so far <a href="/add">Add one</a></em>
10
{% endfor %}
11
+ <br/>
12
+ <a href="{{ url_for('pagination') }}">See pagination</a>
13
{% endblock %}
0 commit comments