feat: now playing display

This commit is contained in:
Cory Dransfeldt 2023-08-24 17:20:30 -07:00
parent 8e93412d7a
commit f6b007356b
No known key found for this signature in database
6 changed files with 105 additions and 0 deletions

View file

@ -69,5 +69,11 @@
</head>
<body class="dark:text-white bg-white dark:bg-gray-900 font-sans text-gray-800 scrollbar-thin scrollbar-thumb-purple-500 scrollbar-track-purple-100">
{{ content }}
{% capture js %}
{% render "../assets/scripts/script.js" %}
{% endcapture %}
<script>
{{ js }}
</script>
</body>
</html>