{% extends "system_base.html" %} {% block title %}prompts — defossil{% endblock %} {% block system_content %}
Each prompt exactly as it is sent, placeholders filled; the data named next to it is appended at call time.
{% for p in prompts %}{{ p.text }}
{% endfor %}
{% endblock %}