{% extends "base.html" %} {% block title %}Prompts - AISBF Dashboard{% endblock %} {% block content %}

Prompts Configuration

{% if success %}
{{ success }}
{% endif %} {% if error %}
{{ error }}
{% endif %}
Edit the prompt template. Use markdown formatting as needed.
Cancel
{% endblock %}