bread gallery data and generator script
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
bread-gallery/web/templates/index.html

19 lines
275 B

<!DOCTYPE html>
<html lang="en">
<head>
{head}
</head>
<body>
<h1>Piggo's Bread Gallery</h1>
<p id="crumb">Like and <a href="feed.xml">subscribe</a></p>
<ul id="YearPager">
{year_pager}
</ul>
<div class="MainGallery">
{breads}
</div>
</body>
</html>