summaryrefslogtreecommitdiff
path: root/_layouts/page.liquid
blob: 26e55c6e5604569996c238873c6473e97e28d62b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>{{ page.title }}</title>
        <link rel="stylesheet" href="bulma.css">
    </head>
    <body>
    <div>
      <h2 class="title">{{ page.title }}</h2>
      {{ page.content }}
    </div>
  </body>
</html>