32d3ffc9ed83d9e31517eb09a0fc877320a56b20
[website] / src / main / webapp / thymeleaf / templates / footer.html
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
3   <head>
4     <title>Footer-Template</title>
5   </head>
6   <body>
7     <footer th:fragment="fragment">
8       <hr />
9       &copy; 2014 juplo NG
10     </footer>
11   </body>
12 </html>