Skip to content

Instantly share code, notes, and snippets.

@CleysonPH
Last active April 23, 2021 01:10
Show Gist options
  • Save CleysonPH/ef3b23fc4270d6b3f06413852ddf8fc1 to your computer and use it in GitHub Desktop.
Save CleysonPH/ef3b23fc4270d6b3f06413852ddf8fc1 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="pt-br">
<head>
<title>Thymeleaf - Fragments Parametrizados</title>
</head>
<body>
<header>
<h1>Texto a ser inserido no cabeçalho</h1>
</header>
<p>Conteúdo do Template home</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment