1 2 3 4 5 6 7 8 9
{# Deterministic prompt template #} {# Metadata: {{ metadata.id }} v{{ metadata.version }} #} {% for section in sections -%} === {{ section.type | upper }} === {% for block in section.blocks -%} {{ block.content }} {% endfor %} {% endfor -%}