2024-08-15 19:40:55 -03:00
|
|
|
<!DOCTYPE html>
|
2024-08-21 17:17:37 -03:00
|
|
|
<html lang="pt">
|
2024-08-15 19:48:47 -03:00
|
|
|
{%- include head.html -%}
|
2024-08-15 19:40:55 -03:00
|
|
|
<body>
|
2024-12-18 15:25:53 -03:00
|
|
|
{%- include header.html header_image=site.header_image -%}
|
2024-08-15 19:40:55 -03:00
|
|
|
|
|
|
|
{{ content }}
|
|
|
|
|
|
|
|
{%- include footer.html -%}
|
|
|
|
</body>
|
|
|
|
</html>
|