We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77870fb commit b07360cCopy full SHA for b07360c
1 file changed
apache-tapestry/src/main/resources/com/baeldung/tapestry/components/Layout.tml
@@ -1,21 +1,21 @@
1
<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_4.xsd">
2
- <head>
3
- <title>${title}</title>
4
- </head>
5
- <body>
6
- <div class="container">
7
- <div class="row">
8
- <div class="span12">
9
- <t:alerts/>
10
- </div>
11
12
13
14
- <t:body />
15
- <hr />
16
- <footer>
17
- <p>© Your Company</p>
18
- </footer>
19
20
- </body>
+ <head>
+ <title>${title}</title>
+ </head>
+ <body>
+ <div class="container">
+ <div class="row">
+ <div class="span12">
+ <t:alerts/>
+ </div>
+ <t:body />
+ <hr />
+ <footer>
+ <p>© Your Company</p>
+ </footer>
+ </body>
21
</html>
0 commit comments