{% 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/dist/read-along/read-along.esm.js'></script> <script nomodule src='https://unpkg.com/@roedoejet/readalong/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}}

{% endif %}
{% endblock %}