13 lines
331 B
Text
13 lines
331 B
Text
extends render-layout
|
|
|
|
block head-addition
|
|
script(type="text/javascript", src="/static/scripts/crunch.js")
|
|
|
|
block content
|
|
div: img(slug='#{slug}', size='md',
|
|
src="/static/images/loading.gif", ext='#{extension}', load='lazy',
|
|
onload='changeImg(this);')
|
|
|
|
h3: a(href="#{url}") #{title}
|
|
div !{content}
|
|
|