b193bb28d8
git-subtree-dir: docs git-subtree-mainline: 23545aa7ea599faf17737de9879733a1bde700d1 git-subtree-split: 106142b25c9387ffd002437027ced1b04f494205
26 lines
439 B
HTML
26 lines
439 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<html>
|
|
<head>
|
|
{% include head_print.html %}
|
|
|
|
|
|
</head>
|
|
|
|
<body class="{% if page.type == "title"%}title{% elsif page.type == "frontmatter" %}frontmatter{% elsif page.type == "first_page" %}first_page{% endif %} print">
|
|
|
|
<!-- Page Content -->
|
|
<div class="container">
|
|
<!-- Content Column -->
|
|
<div class="col-md-9">
|
|
|
|
{{content}}
|
|
</div>
|
|
|
|
</div> <!-- /.container -->
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|