mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
20 lines
689 B
HTML
20 lines
689 B
HTML
<html>
|
|
<head>
|
|
<title>Scenario</title>
|
|
<link rel="stylesheet" href="/css/notes.css">
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
</head>
|
|
<body>
|
|
<div id="main">
|
|
<div id="content">
|
|
<h2>Scenario</h2>
|
|
<p>Circumstances and context of the dialogue.</p>
|
|
<hr><br>A list of tags that are replaced when sending to generate:<br><br>
|
|
{{user}} and <USER> are replaced by User Name<br>
|
|
{{char}} and <BOT> are replaced by Character Name<br><br>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|