tetratto/example/public/footer.html
2025-05-03 21:18:07 -04:00

5 lines
101 B
HTML

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