{% extends "system_base.html" %} {% block title %}prompts — defossil{% endblock %} {% block system_content %}

Prompts

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.name }} + {{ p.appended }}

{{ p.text }}
{% endfor %} {% endblock %}