<!DOCTYPE html>
<html lang="en">
<head>
{head}
</head>
<body>
  <h1>{title}</h1>

  <section class="BreadDetail">
    <div class="note">
      {note}
    </div>

    <div class="images">
      {images}
    </div>
  </section>

  <p id="crumb"><a href="index.html">Back to bread gallery</a></p>
</body>
</html>