this is part of this code

{{{ content }}}
{{{ edit_button }}} {{{ config_button }}}
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-cake-slice"><circle cx="9" cy="7" r="2"/></svg> Pub: {{ pub_date }} <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-pencil"></svg> Edit: {{ edit_date }} Owner: {{{ owner_button }}} Views: {{ views }}
<script> document.querySelector('.playpause').addEventListener('click', playpause); function playpause(){ if(document.querySelector('.playpause').innerHTML == ''){ document.querySelector('#musicsrc').play(); document.querySelector('.playpause').innerHTML = ''; } else{ document.querySelector('#musicsrc').pause(); document.querySelector('.playpause').innerHTML = ''; } } </script>
Pub: 1728007034911 Edit: 1728007174532 Owner: Blue Views: 42