2022-12-14 21:39:19 -08:00
|
|
|
<div class="image-full">
|
|
|
|
<h1 class="title">{{title}}</h1>
|
2023-11-12 19:54:54 -08:00
|
|
|
<span class="timestamp">published {{timestamp}}</span>
|
2024-11-04 13:00:25 -08:00
|
|
|
<img class="image-actual" src="{{cdn_file}}" alt="{{alt}}">
|
2024-11-04 17:09:11 -08:00
|
|
|
{{ content | safe }}
|
2024-11-04 13:00:25 -08:00
|
|
|
<p><a href="{{cdn_file}}">view full size image</a></p>
|
2023-11-12 19:54:54 -08:00
|
|
|
<h3 class="tags-title">tags</h3>
|
2022-12-14 21:39:19 -08:00
|
|
|
<div class="image-tags">
|
2024-11-04 17:09:11 -08:00
|
|
|
{% for tag in tags %}
|
|
|
|
<a class="tag" href="/i/tag/{{tag}}/">{{tag}}</a>{% if not loop.last %},{% endif %}
|
|
|
|
{% endfor %}
|
2022-12-14 21:39:19 -08:00
|
|
|
</div>
|
|
|
|
</div>
|