radiquum.github.io--photos/admin/templates/Index.html

12 lines
No EOL
211 B
HTML

{% extends 'base.html' %}
{% block content %}
<!-- {% for object in objects %}
<img src="https://s3.tebi.io/radiquum-photos/{{ object['Key'] }}" />
<p>{{ object['Key'] }}</p>
{% endfor %} -->
{% endblock %}