aboutsummaryrefslogtreecommitdiff
path: root/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html
diff options
context:
space:
mode:
Diffstat (limited to 'juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html')
-rw-r--r--juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html
index 61062a3b..33995d65 100644
--- a/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html
+++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html
@@ -18,7 +18,7 @@
<![endif]-->
</head>
<body>
-<div th:replace="views/partial/navigation">Navigation block</div>
+<div layout:replace="~{views/partial/navigation :: nav}">Navigation block</div>
<section id="content">
<p layout:fragment="content">Main content</p>
</section>
@@ -26,6 +26,6 @@
<p layout:fragment="column">Side column</p>
</aside>
-<footer th:replace="views/partial/footer">Footer</footer>
+<footer layout:replace="~{views/partial/footer :: footer}">Footer</footer>
</body>
</html> \ No newline at end of file