{% extends "base.html" %} {% block title %}{% trans "page title" %}New project{% endtrans %} | Taguette{% endblock %} {% block contents %}

{% trans "title" %}New project{% endtrans %}

{% if error %}
{{ error }}
{% endif %}
{{ xsrf_form_html() }}
{% endblock %}