18 lines
401 B
Plaintext
18 lines
401 B
Plaintext
|
extends /parts/page
|
||
|
block header
|
||
|
title #{content.title} - Netsoj.nl
|
||
|
|
||
|
block sidebar
|
||
|
include /parts/menu.dt
|
||
|
|
||
|
block content
|
||
|
article
|
||
|
- import utils;
|
||
|
header
|
||
|
h1.title #{content.title}
|
||
|
p.subtitle
|
||
|
| By #{content.author} on #{content.firstPublished.toHumanString}
|
||
|
- if (content.firstPublished != content.updated)
|
||
|
|, updated on #{content.updated.toHumanString}
|
||
|
| !{content.content}
|