39 lines
1.5 KiB
Handlebars
39 lines
1.5 KiB
Handlebars
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
|
|
<script src="http://localhost:35729/livereload.js"></script>
|
|
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.4.0/styles/default.min.css">
|
|
<link rel="stylesheet" href="/styles/customHighlight.css">
|
|
|
|
<title>{{#block "title"}} {{/block}}</title>
|
|
</head>
|
|
<body>
|
|
<nav class="navbar navbar-default">
|
|
<div class="container">
|
|
<div class="navbar-header">
|
|
<a class="navbar-brand">{{#block "title"}} {{/block}}</a>
|
|
{{!-- Fixme
|
|
<div id="navbar" class="navbar-collapse collapse">
|
|
<ul class="nav navbar-nav navbar-right">
|
|
{{#block "navitems"}} {{/block}}
|
|
</ul>
|
|
</div>
|
|
--}}
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<div class="container">
|
|
<article class="content">
|
|
{{#block "content"}} {{/block}}
|
|
</article>
|
|
</div>
|
|
<footer class="col-md-12">
|
|
|
|
</footer>
|
|
</body>
|
|
</html>
|