You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
418 B

<!DOCTYPE html SYSTEM "http://www.thymeleaf.org/dtd/xhtml1-strict-thymeleaf-4.dtd">
<html lang="es"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:th="http://www.thymeleaf.org">
<head th:replace="head/head :: mihead"></head>
<body>
Parámetros:
<h1 th:text="${a}">aaaaa</h1>
<h2 th:text="${b}">bbbb</h2>
<h3 th:text="${c}">cccc</h3>
<footer th:replace="foot/javascript :: javascript"></footer>
</body>
</html>