data. Made a lot of progress on #1 with additional work on the rendering templates.
10 lines
254 B
Text
10 lines
254 B
Text
extends render-layout
|
|
|
|
block content
|
|
article
|
|
header
|
|
div(style="padding-top: 30px;")
|
|
include ./partial-photo.jade
|
|
h3: a(href="#{photo.getURL()}") #{photo.get('title')}
|
|
!{photo.renderMarkdown()}
|
|
|