/index.jade Secret
Created
March 17, 2016 03:48
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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