{%- block scripts %}{%- endblock %}
Toggle navigation
Eli Daian Sudoku
{%- if session.logged_in %}
{%- if user.allow_create_board() %}
Create board
View board
{%- if session.last_boards -%}
Last created
{%- endif -%}
Specific
Multiple
{%- endif %} {%- if user.allow_manage_users() %}
Manage users
Register user
Manage users
{%- endif %} {%- if user.allow_other_user_boards() %}
Other users
View a specific board
View multiple boards
{%- endif %}
Log out
{%- endif %}
{%- block title %}{%- endblock %}
{%- for category, message in get_flashed_messages(with_categories=true) %}
{{ message }}
{%- endfor %}
{%- if session.logged_in %}
Hello {{ user.display }}!
{%- endif %}
{%- block body %}{%- endblock %}
© Eli Daian, 2013