mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-14 18:35:21 +01:00
6 lines
122 B
HTML
6 lines
122 B
HTML
<ul>
|
|
{{#each profile}}
|
|
<li><strong data-i18n="{{@key}}">{{@key}}:</strong> {{this}}</li>
|
|
{{/each}}
|
|
</ul>
|