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

Edit Artifact

Fields marked with * are required.

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