20 lines
256 B
HTML
20 lines
256 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
{% include head.html %}
|
|
|
|
<body>
|
|
|
|
{% include header.html %}
|
|
|
|
<div class="page-content">
|
|
<div class="wrapper">
|
|
<h1 class="page-heading"></h1>
|
|
{{ content }}
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|