SillyTavern/public/scripts/extensions/connection-manager/profile.html

10 lines
224 B
HTML

<div>
<h2>Creating a Connection Profile</h2>
<ul class="justifyLeft">
{{#each profile}}
<li><strong>{{@key}}:</strong>&nbsp;{{this}}</li>
{{/each}}
</ul>
<h3>Enter a name:</h3>
</div>