summaryrefslogtreecommitdiff
path: root/examples/templates/bread.liquid
blob: da36ccea4cb400db9fd789ac2dd5cbc9ddb67fe8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
  <head>
    <link rel="stylesheet" href="../css/main.css">
  </head>
  <body>
    <div class="container">
      <h1>{{bread.type | capitalize}}</h1>
      <p>
        {{bread.description}}
      </p>
    </div>
  </body>
</html>