feat: now playing display
This commit is contained in:
parent
8e93412d7a
commit
f6b007356b
6 changed files with 105 additions and 0 deletions
|
@ -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>
|
Reference in a new issue