18 lines
246 B
HTML
18 lines
246 B
HTML
<!DOCTYPE html>
|
|
<html lang="en-us">
|
|
|
|
{% include head.html %}
|
|
|
|
<body>
|
|
{% include page-header.html %}
|
|
|
|
<section class="main-content">
|
|
|
|
{{ content }}
|
|
|
|
|
|
{% include page-footer.html %}
|
|
</section>
|
|
|
|
</body>
|
|
</html>
|