{% extends "base.html" %} {% block content %}

Congratulations!

Export your ReadAlong to your own website

Code

Here's a snippet of code to embed in your site!

<script type="module" src='https://unpkg.com/@roedoejet/readalong@^0.1.6/dist/read-along/read-along.esm.js'></script> <script nomodule src='https://unpkg.com/@roedoejet/readalong@^0.1.6/dist/read-along/read-along.js'></script> <read-along text="aligned.xml" alignment="aligned.smil" audio="aligned{{data.audio_ext}}"></read-along>

ReadAlong

Here's your interactive read along!

{# #}
{% if 'log' in data %}

Log

Here's a log for debugging.

{{data.log}}

{% if 'log_lines' in data %} {% for line in data.log_lines %}

{{line}}

{% endfor %} {% endif %}
{% endif %}
{% endblock %}