{% extends 'layout.html' %} {% block scripts %} {%- endblock %} {% block title %}Create a New Board{% endblock %} {% block body %} {%- if just_created %}
Click here to see the created board{% if session.last_boards|length != 1 %}s{% endif %}
{%- endif %}
{%- endblock %}