snk
Version:
Sneak a peek at your markdown.
19 lines • 450 B
HTML
<html>
<head>
<title>snk | {{title}}</title>
{{#styles}}
<link rel="stylesheet" href="{{source}}">
{{/styles}}
</head>
<body>
<div class="container">
<div class="output">
{{& output }}
</div>
</div>
{{#scripts}}
<script type="text/javascript" src="{{source}}"></script>
{{/scripts}}
</body>
</html>