blob: 099e103e5a43df3feeb9cdf1668db67a449aeade [file] [log] [blame]
// Include common utilities
U = new includes.U(config)
layout 'layout/main.tpl', true,
projects: projects,
breadcrumbs : contents {
include template : 'breadcrumbs-brick.tpl'
},
tableOfContents : contents {
include template : 'toc-brick.tpl'
},
bodyContents: contents {
div(class:"row"){
div(){
section(){
yieldUnescaped U.processBody(content, config)
}
}
}
},
tags : contents {
include template : 'tags-brick.tpl'
},
lastModified: contents {
include template : 'lastmodified-brick.tpl'
}