mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-20 21:41:32 +01:00
10 lines
224 B
HTML
10 lines
224 B
HTML
<div>
|
|
<h2>Creating a Connection Profile</h2>
|
|
<ul class="justifyLeft">
|
|
{{#each profile}}
|
|
<li><strong>{{@key}}:</strong> {{this}}</li>
|
|
{{/each}}
|
|
</ul>
|
|
<h3>Enter a name:</h3>
|
|
</div>
|