{% extends "base.html" %} {% block title %}New sketch{% endblock title %} {% block content %}

Start a new sketch

Your sketch will be created in {{ sketches_dir }}

{% if error %}

{{error}}

{% endif %}
{% endblock content %}