Click here
to download this notebook.
__loop {% set variable, values = “chapter”, {{ _report.chapters_list }} %}
{{ _chapter.title }}
{{ _chapter.text }}
__loop {% set variable, values = “section”, {{ _chapter.sections_list }} %}
{{ _section.title }}
{{ _section.text }}
[ ]:
{{_section.code}}
__loop {% set variable, values = “subsection”, {{ _section.sections_list }} %}
{{ _subsection.title }}
{{ _subsection.text }}
[ ]:
{{_subsection.code}}
__end_loop
__end_loop
__end_loop