@import os._ @import utils.StringUtils._ @import java.nio.file.Path @import scala.xml.NodeSeq @(context_path: String, title: String, content: NodeSeq, portfolioPath: Path, rootNode: DirNode, modified: Boolean, environment: String) @layouts.html.index(context_path, title, portfolioPath, rootNode, isSlideshow = false, modified, environment) {

@prettify(title)

@if(content != null) { @content } else {
} }