<!DOCTYPE html> <html lang=“pt-br”>
<head> {%- include head.html -%} </head> <body> {%- include header.html -%} <section class="content-section content-width"> {{ content }} </section> {%- include mobile_menu.html -%} {%- include footer.html -%} {%- include scripts.html -%} </body>
</html>