{% extends 'base.html' %} {% load static %} {% block content %}

Cipher Shield: Image Generation

Unleash your creativity. Describe the image you want to create, and let our AI bring it to life.

{% csrf_token %}
{% if image_url %}

Your Masterpiece

Generated Image {% endif %} {% if error_message %}
{{ error_message }}
{% endif %}
{% endblock %}