| <!DOCTYPE html> | |
| <html lang="en" itemscope itemtype="https://schema.org/WebPage"> | |
| {% include head.html %} | |
| <body> | |
| {% include header.html %} | |
| {% if page.title %} | |
| <div class="page-title-bar"> | |
| <div class="container"> | |
| <h1>{{ page.title }}</h1> | |
| </div> | |
| </div> | |
| {% endif %} | |
| <div class="container"> | |
| {{ content }} | |
| </div> | |
| {% include footer.html %} | |
| </body> | |
| </html> |