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 — 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"><</a>
Bread
</h1>
<p>Some highlights (and lowlights) of breadmaking</p>
{{> navigation}}
{{> feed}}
{{> footer}}
</body>
</html>
|