6 lines
122 B
HTML
Raw Normal View History

<ul>
{{#each profile}}
2024-09-07 13:36:19 +03:00
<li><strong data-i18n="{{@key}}">{{@key}}:</strong>&nbsp;{{this}}</li>
{{/each}}
</ul>