<!DOCTYPE html> <html lang=“en”>

{%- include head/index.html -%}

<body>

{%- include header/index.html -%}

{{content}}

{%- include footer/index.html -%}
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>

</body>

</html>