Skip to content

Instantly share code, notes, and snippets.

@CleysonPH
Last active April 9, 2021 19:07
Show Gist options
  • Save CleysonPH/840ed10cefca0c98c3adf645af8acb8b to your computer and use it in GitHub Desktop.
Save CleysonPH/840ed10cefca0c98c3adf645af8acb8b to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="pt-br">
<head>
<title>Thymeleaf - Fragments</title>
</head>
<body>
<header>
<h1>Cabeçalho vindo do Fragment</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