Fibonacci numbers

{% if number %}

Fibonacci number {{number}} is {{fibonacci}}.

Get next, or reset the session to start over.

{% else %}

This is an illustration of Flask sessions, each time this page is hit within a session, the next Fibonacci number will be shown.

Get started!

{% endif %}