13 lines
185 B
Plaintext
13 lines
185 B
Plaintext
|
extends /parts/page.dt
|
||
|
|
||
|
block header
|
||
|
title #{content.title} - Netsoj.nl
|
||
|
|
||
|
block sidebar
|
||
|
include /parts/menu.dt
|
||
|
|
||
|
block content
|
||
|
header
|
||
|
h1.title #{content.title}
|
||
|
| !{content.content}
|