<!DOCTYPE html> <html lang=“pt-BR”>
{% include base.html %} <!-- head --> {% include head.html %} <body id="{{ page.body_id }}"> <!-- header --> {% include components/header.html %} <!-- content --> {{ content }} {% include components/loading.html %} {% include components/error-modal.html %} </body>
</html>