<!DOCTYPE html> <!-- Template for compiled 'Autocento' documents --> <html$if(lang)$ lang="$lang$"$endif$> <head> <meta charset="utf-8"> <meta name="generator" content="pandoc"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <meta name="author" content="Case Duckworth"> <!-- more meta tags here --> <title>$title$ | Autocento of the breakfast table</title> <link rel="stylesheet" type="text/css" href="css/_common.css"> $if(genre)$ <link rel="stylesheet" type="text/css" href="css/$genre$.css"> $endif$ $if(project.css)$ <link rel="stylesheet" type="text/css" href="css/$project.css$.css"> $endif$ <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> <![endif]--> $for(header-includes)$ $headerincludes$ $endfor$ </head> <body> $for(include-before)$ $include-before$ $endfor$ <header> <!-- title --> $if(title)$<h1 class="title">$title$</h1>$endif$ $if(subtitle)$<h1 class="subtitle">$subtitle$</h1>$endif$ $if(epigraph.content)$ <!-- epigraph --> <p class="epigraph"> $if(epigraph.link)$ <a href="$epigraph.link$">$epigraph.content$</a> $else$ $epigraph.content$ $endif$ </p> $if(epigraph.attrib)$ <p class="epigraph-attrib"> — $epigraph.attrib$ </p> $endif$ $endif$ $if(dedication)$ <!-- dedication --> <p class="dedication"> <em>for $dedication$</em> </p> $endif$ </header> <section class="$genre$"> $body$ </section> <nav> $for(project.prev)$ <a href="$project.prev.link$.html"> <span class="prevlink">< $project.prev.title$</span> </a> $endfor$ <a href="#" id="lozenge"> ◊ </a> $for(project.next)$ <a href="$project.next.link$.html"> <span class="nextlink">$project.next.title$ ></span> </a> $endfor$ </nav> $for(include-after)$ $include-after$ $endfor$ </body> </html>