Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,3 +1,7 @@ 1 +{{velocity}} 2 +#set($dateStart = $datetool) 3 +{{/velocity}} 4 + 1 1 (% class="jumbotron" %) 2 2 ((( 3 3 (% class="container" %) ... ... @@ -33,3 +33,9 @@ 33 33 34 34 ))) 35 35 ))) 40 + 41 + 42 +{{velocity}} 43 +#set($dateEnd = $datetool) 44 +$datetool.difference($dateStart, $dateEnd) 45 +{{/velocity}}