{% extends "base.html" %} {% block title %}Image Created{% endblock %} {% block head %} {% endblock %} {% block content %}
Image will be made with {{ model }} using prompt:
{{ prompt }}
{% endblock %}