You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
265 B

{% extends "/Bases/StandardWebPage.html.twig" %}
{% block content %}
<h1>{{ TuneDetails.Title }}</h1>
<div id="music-container"></div>
<script>
RenderABC("music-container", '45e8cdc9-da6f-11ef-985c-00bf21dc3191');
</script>
{% endblock %}