aboutsummaryrefslogtreecommitdiff
path: root/src/templates/bread.html
blob: 88a5528e62cbfe3e60e21110384c611fe2c53078 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html lang="en">
<head>
    <title>Mark's Kitchen - Bread</title>
    {{> header}}
    <link rel="stylesheet" type="text/css" href="/css/styles.css">
</head>

<body>
    <h1>
        <a class="navigation" href="/" title="marks.kitchen">&lt;</a>
        Bread
    </h1>
    <p>Some highlights (and lowlights) of breadmaking</p>
    {{> navigation}}
    {{> feed}}
    {{> footer}}
</body>

</html>