X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fsite%2Ftemplate.vm;h=d9fc9bb78cdc9270a66bfc6d8f64b5483a06b1fd;hb=e3fe58f61b654026dd945eaadf5a6f876d74308b;hp=adc9bdacea3601831c41c292561a524dcae05b32;hpb=7435cc43afaae7f30b2c8d091042d8663fc3424d;p=simple-mapper diff --git a/src/site/template.vm b/src/site/template.vm index adc9bda..d9fc9bb 100644 --- a/src/site/template.vm +++ b/src/site/template.vm @@ -114,14 +114,22 @@ xmlns="http://www.w3.org/1999/xhtml" xmlns:layout="http://www.thymeleaf.org" layout:decorator="templates/layout" - th:with="uri='$sitePath$alignedFileName'" + th:with="title='$title', uri='$sitePath$alignedFileName'" > juplo - $title - + + + + + + + - +

Path

    @@ -129,16 +137,58 @@


-
+

$shortTitle

$bodyContent

+

Common

+

Pages

-

-

-

+ +

Crumbs

+
    + #foreach($crumb in $page.crumbs) +
  1. $crumb.name
  2. + #end +