add: html footer config

This commit is contained in:
trisua 2025-05-03 21:18:07 -04:00
parent 4af112d615
commit cf38022597
5 changed files with 35 additions and 3 deletions

View file

@ -0,0 +1,5 @@
{% if user %}
<script>
console.log("current user is {{ user.username }}");
</script>
{% endif %}