18 lines
282 B
HTML
18 lines
282 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
{% include head.html full = false %}
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<div role="main" class="container main-content">
|
||
|
{{ content }}
|
||
|
</div>
|
||
|
|
||
|
{% include footer-minimal.html %}
|
||
|
|
||
|
{% include footer-scripts.html full = false %}
|
||
|
|
||
|
</body>
|
||
|
</html>
|