add: profile and full search

This commit is contained in:
trisua 2025-05-18 16:43:56 -04:00
parent b8b0ef7f21
commit 3e4ee8126a
52 changed files with 897 additions and 484 deletions

View file

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