{% extends "journal/base.html" %}
{# {% load markup %} #}
{% load comments %}
{% block path %}artifacts
» images
» {{ object.title }}
{% endblock %}
{% block title %}
{% if object.title %}{{ object.title }}{% else %}[Untitled Image]{% endif %}
{% endblock %}
{% block content %}
{% if object %}
Image uploaded {{ object.date }},
{% if object.author %}
by {{ object.author }},{% endif %}
{% if object.last_edited %}
last edited {{ object.last_edited }}.{% endif %}
This is not the artifact you are looking for.
{% endif %} {% endblock %} {% block commentary %}