{% extends "base.html" %} {% block title %}new artifact — gest{% endblock %} {% block nav_artifacts %}class="active"{% endblock %} {% block content %}
← artifacts
New Artifact
{% match error %} {% when Some with (msg) %} {{ msg }} {% when None %} {% endmatch %}
{% endblock %}