{% extends "base.html" %} {% block title %}new artifact — gest{% endblock %} {% block nav_artifacts %}class="active"{% endblock %} {% block content %}
← artifacts

New Artifact

Fields marked with * are required.

{% match error %} {% when Some with (msg) %} {{ msg }} {% when None %} {% endmatch %}
{% endblock %}