--- /dev/null
+[information]
+title = "Kaiser rolls"
+description = "Chainbaker kaiser rolls."
+
+keywords = ["white", "yeasted", "brioche"]
+
+notes = """
+This recipe is from Chainbaker, with only a small ajustment on the yeast. Each of these rolls should weigh around 110g. There is a specific way to plait these which I will try to describe: Roll the balls out into a length of around 20cm, tie a knot into the dough and pass the two loose ends back through the loop created so the ends are hidden. Can be brushed with milk or some other glaze and sprinkled with poppy seeds.
+This is a brioche, so easily overheated, use cold milk or cool the flour off beforehand.
+"""
+
+links = [
+ "https://www.chainbaker.com/kaiser-rolls/",
+ "https://www.youtube.com/watch?v=nyfi0RMa1sY"
+ ]
+
+[ingredients]
+white-flour = 100
+milk = 44
+egg = 20
+softened-butter = 8
+sugar = 4
+salt = 2
+yeast = 1
<!DOCTYPE html>
-<html lang="">
+<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="../style.css">
<a href="https://git.ozva.co.uk/?p=bread;a=history;f=src/{{ recipe.filename }};">[History]</a> -
<a href="{{ recipe.pdf }}">[PDF]</a>
<p>{{ recipe.information.description }}</p>
+
<h2>Notes</h2>
{{ recipe.information.notes|replace("\n", "<br>") }}
+
<h2>Ingredients</h2>
<table>
<tr>
{% endfor %}
</table>
<p><em>
- Percentage total: {{ recipe.total }}%<br>
- Values have been rounded where the error would not be significant (p < 0.05).
+ Percentage total: {{ recipe.total }}%<br>
+ Values have been rounded where the error would not be significant (p < 0.05).
</em></p>
- <p>Last compiled at <a href="https://git.ozva.co.uk/?p=bread;a=commit;h=HEAD">{{ time }}</a></p>
+
+ {% if recipe.information.links is defined %}
+ <h2>Links</h2>
+ <ul>
+ {% for link in recipe.information.links %}
+ <li><a href="{{link}}">{{link}}</a></li>
+ {% endfor %}
+ </ul>
+ {% endif %}
+
+ <p>Last compiled at <a href="https://git.ozva.co.uk/?p=bread;a=commit;h=HEAD">{{ time }}</a></p>
</main>
</body>
</html>