mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Made chat_box and added hello world
This commit is contained in:
parent
b9eb927676
commit
b50ef14dce
3 changed files with 53 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue