<!doctype html> <html lang=“es-MX”> {% include head.html %} <body>

{% include header.html %}
<main class="container">
  {{ content }}
</main>
{% include language.html %}
{% include footer.html %}
{% include jquery.html %}

</body> </html>