-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.hbs
More file actions
25 lines (25 loc) · 996 Bytes
/
main.hbs
File metadata and controls
25 lines (25 loc) · 996 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>{{#block "title"}}Untitled{{/block}} | Documentation</title>
<!--
Syntax Highlighter by Alex Gorbatchev
http://alexgorbatchev.com/SyntaxHighlighter
-->
<script type="text/javascript" src="http://alexgorbatchev.com/pub/sh/current/scripts/shCore.js"></script>
<script type="text/javascript" src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushJScript.js"></script>
<link rel="stylesheet" type="text/css" href="http://alexgorbatchev.com/pub/sh/current/styles/shCore.css" />
<link rel="stylesheet" type="text/css" href="http://alexgorbatchev.com/pub/sh/current/styles/shThemeDefault.css" />
<style type="text/css">
.source { font-size: 10pt !important }
.syntaxhighlighter { padding-bottom: 1px }
</style>
</head>
<body>
{{> content}}
<script type="text/javascript">
SyntaxHighlighter.all();
</script>
</body>
</html>