aboutsummaryrefslogtreecommitdiff
path: root/src/templates/bread.html
blob: f0683e22e1b91b106b4af5d99d39da120c933e0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="en">
<head>
    <title>Mark's Kitchen &#8212; Bread</title>
    <meta name="description" content="Mark's bread feed">
    {{> 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>