Skip to content

Instantly share code, notes, and snippets.

@srakowski
Created March 17, 2016 03:48
extends layout
block content
h1 Welcome to Steaming
a(href="/create") Create a Steamer
br
h2 Recent Steamers
div
for steamer in steamers
div
h2
a(href="/steamers/" + steamer.permalinkKey)=steamer.title
p=steamer.content.substring(0, 597) + "..."
small Posted #{steamer.dateCreated} by #{steamer.author}
hr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment