This commit is contained in:
retoor 2025-04-14 23:09:23 +02:00
parent d4f5a46409
commit 3cfb79c8f5

View File

@ -3,6 +3,10 @@
{% block sidebar %}
<aside class="sidebar" id="channelSidebar">
<h2>Navigation</h2>
<ul>
<li><a class="no-select" href="#" onclick="window.history.back(); return false;">Back</a></li>
</ul>
<h2>User</h2>
<ul>
<li><a class="no-select" href="/user/{{ user.uid }}.html">Profile</a></li>