css:

- "/assets/css/fontisto.min.css"
- "/assets/css/style.css"

js:

- "/assets/js/jquery-3.3.1.min.js"
- "/assets/js/popper.min.js"
- "/assets/js/bootstrap.min.js"
- "/assets/js/main.js"

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

<head>
  {%- include head.html -%}
</head>

<body>

  {%- include body-start.html -%}

  {{- content -}}

  {%- include navigation.html -%}

  {%- include body-end.html -%}

</body>

</html>