recital / packages / twine-format / template.html
template.html
Raw
<html>
	<head>
		<title>{{STORY_NAME}}</title>
		<meta charset="UTF-8">
		<script type="text/javascript">
{{SCRIPT}}		
		</script>
	</head>
	<body>
		<pre id="output"></pre>
		<div id="storyData" style="display: none;">
			{{STORY_DATA}}
		</div>
	</body>
</html>