aboutsummaryrefslogtreecommitdiff
path: root/juick-spring-www/src/main/webapp/WEB-INF/templates/index.html
blob: 1695cd02d4762733dcf500477186cf65bff6da92 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org"
      xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
      layout:decorate="~{layout/mainLayout}">
<head>
    <title>Главная страница</title>
</head>

<body>
<section layout:fragment="content">
    <p>Главная страница !</p>
</section>
</body>
</html>