about summary refs log tree commit diff
path: root/templates/index.html
blob: 7e3b5316a80e458079de0fd96b58cb55e5b21721 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
  <head>
    {% include "parts/head.html" %}
    <title>{{ section.title }} | {{ config.title }}</title>
  </head>
  <body>
    <main id="intro">
      <h1>{{ config.title }}</h1>
      {% set isHome = true %}
      {% include "parts/nav.html" %}
    </main>
  </body>
</html>