mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-05 12:18:17 +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>
|