UNPKG

489 Btext/x-handlebars-templateView Raw
1<!DOCTYPE html>
2<html>
3
4<head>
5 <meta charset="utf8" />
6 <title>{{title}}</title>
7 <!-- needed for adaptive design -->
8 <meta name="viewport" content="width=device-width, initial-scale=1">
9 <style>
10 body {
11 padding: 0;
12 margin: 0;
13 }
14 </style>
15 {{{redocHead}}}
16 {{#unless disableGoogleFont}}<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700" rel="stylesheet">{{/unless}}
17</head>
18
19<body>
20 {{{redocHTML}}}
21</body>
22
23</html>
\No newline at end of file