blob: 9f1d4b6988336d079de9b8cbecb987fa1da68bad (
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>
|