24 lines
653 B
Smarty
24 lines
653 B
Smarty
{# GOAL: Build sections object containing subsections #}
|
|
|
|
Merci.
|
|
|
|
Suit la structure du PROGRAMME DE FORMATION.
|
|
|
|
Concentre toi sur le chapitre « {{chapter.title}} ».
|
|
|
|
Commence par écrire "boundary: {{ delimiter }}".
|
|
Ensuite rédige la table des matière détaillée de ce chapitre en respectant la structure suivante:
|
|
|
|
«
|
|
{
|
|
"type": "section",
|
|
"title": ""
|
|
"subsections": [
|
|
{ "type": "subsection", "title": "...", "keywords": ["...", "..."] },
|
|
{ "type": "subsection", "title": "...", "keywords": ["...", "..."] },
|
|
{ "type": "subsection", "title": "...", "keywords": ["...", "..."] }
|
|
]
|
|
}
|
|
»
|
|
|
|
Termine en écrivant "boundary: {{ delimiter }}".
|