tetratto/example/public/footer.html

5 lines
103 B
HTML

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