#end
#set ( $sitePath = $canonicalPath + $project.version + "/" )
#set ( $siteCrumbs = $decoration.custom.getChild( 'thymeproxy' ).getChild( 'crumbs' ).getValue() )
+#set ( $command = $decoration.custom.getChild( 'thymeproxy' ).getChild( 'command' ).getValue() )
<!-- name: $pages.get($alignedFileName).name -->
<!-- title: $title -->
<!--*/-->
-<html
- xmlns="http://www.w3.org/1999/xhtml"
- th:replace="~{/templates/layout.html :: layout(
- uri='$sitePath$alignedFileName',
- title=~{:: title},
- maincontent=~{:: .maincontent},
- json='MERGE:' + ~{:: pre[class='json']/text()})}" >
+<html xmlns="http://www.w3.org/1999/xhtml" $command>
<head>
<title class="title">$title</title>
<meta http-equiv="Content-Type" content="text/html; charset=${outputEncoding}" />
<thymeproxy>
<path>/maven-thymeleaf-skin/</path>
<crumbs>"/index.html","/projects.html"</crumbs>
+ <command>th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}"</command>
</thymeproxy>
</custom>
</project>