Made chat_box and added hello world

This commit is contained in:
kvan7 2024-01-22 03:23:35 +00:00
parent b9eb927676
commit b50ef14dce
3 changed files with 53 additions and 6 deletions

View file

@ -46,9 +46,9 @@
{%- if chat_box -%}
<div id="chat_box">
<details open class="sidebar-collapsable">
<summary class="title">{{ _('Info') }}</summary>
{%- for infobox in infoboxes -%}
{%- include 'kvanDark/elements/infobox.html' -%}
<summary class="title">{{ _('Chat') }}</summary>
{%- for infobox in chat_box -%}
{%- include 'kvanDark/elements/chat_box.html' -%}
{%- endfor -%}
</details>
</div>