You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
345 B
13 lines
345 B
extends main
|
|
|
|
block content-container
|
|
section.uk-section.uk-section-default
|
|
.uk-container
|
|
div(uk-grid)#dtp-content-grid
|
|
div(class="uk-width-1-1 uk-width-2-3@m")
|
|
block content
|
|
div(class="uk-width-1-1 uk-width-1-3@m")
|
|
+renderPageSidebar()
|
|
|
|
block page-footer
|
|
include ../components/page-footer
|