- <!DOCTYPE html>
- {{document_language}}
- {{document_language}}
- {{document_language}}
- <html lang="{{document_language}}" class="no-js">
- <head>
- {% include template ~ "/layout/head.tpl" %}
- </head>
- <body dir="{{text_direction}}" class="{{section_name}}">
- <section id="content-scorm">
- {% block body %}
- {{ content }}
- {% endblock %}
- </body>
- </html>
|