tetratto/example/public/footer.html

6 lines
101 B
HTML
Raw Normal View History

2025-05-03 21:18:07 -04:00
{% if user %}
<script>
console.log("current user is {{ user.username }}");
</script>
{% endif %}