6 lines
147 B
HTML
6 lines
147 B
HTML
{{ block title }}Introduction{{ endblock }}
|
|
{{ block content }}
|
|
{{ include_sibling 'instructions.html' }}
|
|
{{ next_button }}
|
|
{{ endblock }}
|