2016-03-17 11:01:39 +00:00
|
|
|
|
|
|
|
{{ if .Params.chapter }}
|
|
|
|
</div> <!-- end chapter-->
|
|
|
|
{{ end }}
|
|
|
|
</div>
|
|
|
|
</div>
|
2016-03-17 13:10:43 +00:00
|
|
|
|
2016-03-17 11:01:39 +00:00
|
|
|
<div id="navigation">
|
2016-03-17 16:48:18 +00:00
|
|
|
{{ with .Params.prev }}<a class="nav nav-prev" href="{{ . }}"> <i class="fa fa-chevron-left"></i></a>{{ end }}
|
2016-03-17 13:10:43 +00:00
|
|
|
{{ with .Params.next }}<a class="nav nav-next" href="{{ . }}" style="margin-right: 0px;"><i class="fa fa-chevron-right"></i></a>{{ end }}
|
2016-03-17 11:01:39 +00:00
|
|
|
</div>
|
2016-03-17 13:10:43 +00:00
|
|
|
|
2016-03-17 11:01:39 +00:00
|
|
|
</section>
|
|
|
|
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
|
|
|
|
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
|
|
|
</div>
|
2016-03-17 20:40:58 +00:00
|
|
|
{{ partial "script_includes.html" . }}
|
2016-03-17 11:01:39 +00:00
|
|
|
</body>
|
|
|
|
</html>
|