{% extends "base.html" %} {% block title %}{{ artifact.title }} — Garden{% endblock %} {% block content %}

{{ artifact.title }}

{{ artifact.kind }} generated {{ artifact.generated_at[:16].replace('T', ' ') }}
{% if artifact.notes %}
{{ artifact.notes }}
{% endif %}
{% if content_html %} {{ content_html | safe }} {% else %}

Artifact file missing or empty.

{% endif %}
{% endblock %}