| <!DOCTYPE html> | |
| <html lang="en"> | |
| {% include head.html %} | |
| <body> | |
| <div class="content" style="margin-top: 0px !important"> | |
| <div class="container"> | |
| <div class="row" style="margin-top: 30px"> | |
| <div class="col-12 {{ page.type }}"> | |
| {{ content }} | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| {% include footer.html %} | |
| </body> | |
| </html> |