aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default.html
blob: 6c41632bbeb88171404f8f50c1d47c55e8718ba0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
---

<HTML>
  <HEAD>
    {% include heading.html %}
    <TITLE>{{ page.title }} | {{ site.title }}</TITLE>
  </HEAD>
<BODY>
    {% include navigator.html %}
    <div class="jumbotron">
        <h1 class ="title">{{ page.title }}</h1>
        <h2><center>{{ page.description }}</center></h2>
    </div>
    <div class="container">
    {{ content }}
      </div>
  {% include footer.html %}
</BODY>
</HTML>