add: html footer config
This commit is contained in:
parent
4af112d615
commit
cf38022597
5 changed files with 35 additions and 3 deletions
5
example/public/footer.html
Normal file
5
example/public/footer.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
{% if user %}
|
||||
<script>
|
||||
console.log("current user is {{ user.username }}");
|
||||
</script>
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue