blob: cf7e07fdb0a42c984b726ea80f75ceb009dc876e [file] [log] [blame]
David Chenbd690802016-04-26 07:12:42 +00001<!DOCTYPE html>
2<html lang="en" itemscope itemtype="https://schema.org/WebPage">
3 {% include head.html %}
4 <body>
5 {% include header.html %}
6
7 {% if page.title %}
8 <div class="page-title-bar">
9 <div class="container">
10 <h1>{{ page.title }}</h1>
11 </div>
12 </div>
13 {% endif %}
14
15 <div class="container">
16 {{ content }}
17 </div>
18
19 {% include footer.html %}
20 </body>
21</html>