tetratto/example/public/footer.html

6 lines
103 B
HTML
Raw Normal View History

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