Add connection manager as a core extension

This commit is contained in:
Cohee
2024-09-07 00:23:42 +03:00
parent 42b1a368cb
commit 7dc1c9f7ab
7 changed files with 386 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<ul>
{{#each profile}}
<li><strong>{{@key}}:</strong>&nbsp;{{this}}</li>
{{/each}}
</ul>