<!DOCTYPE html>
<html lang="en" dir="ltr" itemscope itemtype="http://schema.org/Article">
<head>
{head}

    <link rel="canonical" href="{url}">

    <meta property="og:type" content="article">
    <meta property="og:url" content="{url}">
    <meta property="og:image" content="{thumb_url}">
    <meta property="og:title" content="{title}">
    <meta itemprop="name" content="{title}">

    <meta property="og:locale" content="en_US">
    <meta property="og:site_name" content="Piggo's Bread Gallery">

    <meta itemprop="datePublished" content="{date}">
    <meta itemprop="dateModified" content="{date}">

    <meta name="twitter:title" content="{title}">
    <meta name="twitter:card" content="summary">
    <meta name="twitter:image" content="{thumb_url}">
    <meta itemprop="headline" content="{title}">

    <meta itemprop="image" content="{thumb_url}">
</head>
<body>
<h1>{prev}<a href="{gallery_url}">{heading}</a>{next}</h1>

  <section class="BreadDetail">
    {note}

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

  <p id="crumb"><a href="{gallery_url}">Back to bread gallery</a></p>
</body>
</html>