{% extends "base.html" %} {% block title %}AI Image of the Day{% endblock %} {% block head %} {% endblock %} {% block content %} {% if image %}
Latest Image
{% if prompt %}
{{ prompt }}
Archive Create Image
{% endif %} {% else %}

No images found

{% endif %} {% endblock %} {% block scripts %} {% endblock %}