{% if entry.image %}
{% endif %}
{{ entry.backronym }}
{{ entry.tagline }}
{% if entry.topics %}
{% for topic in entry.topics %}
{{ topic }}
{% endfor %}
{% endif %}
Prompts anzeigen
Seiteninhalt (OpenRouter)
{% if entry.prompts.content_system %}System
{{ entry.prompts.content_system }}
{% endif %}
{% if entry.prompts.content_user %}
User
{{ entry.prompts.content_user }}
{% endif %}
Bildgenerierung (SDXL)
{% if entry.prompts.image_prompt %}Prompt
{{ entry.prompts.image_prompt }}
{% endif %}
{% if entry.prompts.image_negative_prompt %}
Negative Prompt
{{ entry.prompts.image_negative_prompt }}
{% endif %}