Skip to content

Commit c0f4f25

Browse files
committed
layout page
1 parent dda65a4 commit c0f4f25

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout">
3+
<head>
4+
<title layout:title-pattern="$CONTENT_TITLE">Demo</title>
5+
<script>
6+
var page = "layout"
7+
</script>
8+
</head>
9+
<body>
10+
<header>
11+
<h1>My website2</h1>
12+
</header>
13+
<section layout:fragment="content">
14+
<p>Page content goes here</p>
15+
</section>
16+
</body>
17+
</html>

0 commit comments

Comments
 (0)