tetratto/example/public/footer.html
2025-05-18 16:43:56 -04:00

5 lines
103 B
HTML

{% if user -%}
<script>
console.log("current user is {{ user.username }}");
</script>
{%- endif %}