2024-11-16 02:11:07 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
{{> head }}
|
|
|
|
</head>
|
|
|
|
<body id="inicio">
|
|
|
|
{{#if map}}
|
2024-11-19 00:59:08 -05:00
|
|
|
{{> (lookup . 'map')}}
|
2024-11-16 02:11:07 -05:00
|
|
|
{{/if}}
|
|
|
|
<div class="site-content">
|
|
|
|
{{#if headerPartial}}
|
2024-11-19 00:59:08 -05:00
|
|
|
{{> (lookup . 'headerPartial')}}
|
2024-11-16 02:11:07 -05:00
|
|
|
{{else}}
|
2024-11-19 00:59:08 -05:00
|
|
|
{{> headers/default_header}}
|
2024-11-16 02:11:07 -05:00
|
|
|
{{/if}}
|
|
|
|
<center>
|
2024-11-19 00:59:08 -05:00
|
|
|
{{> argentum/sidebar}}
|
2024-11-16 02:11:07 -05:00
|
|
|
</center>
|
|
|
|
{{{body}}}
|
|
|
|
{{!-- </div> --}}
|
|
|
|
</body>
|
|
|
|
</html>
|