3 xmlns="http://www.w3.org/1999/xhtml"
4 xmlns:th="http://www.thymeleaf.org"
8 <title th:replace="~{::#title}">juplo - TESTLABTEMPLATE</title>
9 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
10 <style type="text/css">
21 margin: 0 0 20px -320px;
22 background-color: #fff;
32 border-left: 970px solid green;
34 background-color: transparent;
39 border-left: 670px solid yellow;
41 background-color: transparent;
46 border-left: 480px solid orange;
48 background-color: transparent;
53 border-left: 320px solid red;
55 background-color: transparent;
60 <h1 th:text="${title}">TESTLAB-TEMPLATE</h1>
61 <div class="testlab tl970">970px
62 <div class="testlab tl670">670px
63 <div class="testlab tl480">480px
64 <div class="testlab tl320">320px
65 <strong th:replace="~{::.content}">CONTENT</strong>