I am trying to make a player so that it's more customizable with CSS and such, my issue for now is with the HTML because it seems to be rendering the <audio> tag and everything else below as raw text
<div class="template-wrapper">
<div class="custom-audio-player">
<audio class="audio-element" preload="auto">
<source src="/File:{{{1}}}?action=render" type="audio/ogg">
Your browser does not support the audio tag.
</audio>
<button class="play-pause-button">
Play
</button>
<div class="progress-bar-container">
<div class="progress-bar"></div>
</div>
</div>
</div>
<noinclude>
{{Description}}
</noinclude>