Skip to content

Instantly share code, notes, and snippets.

@markhobson
Last active November 23, 2015 16:03
Show Gist options
  • Save markhobson/ce61c45b001221203271 to your computer and use it in GitHub Desktop.
Save markhobson/ce61c45b001221203271 to your computer and use it in GitHub Desktop.
Example Thymeleaf fragment
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<body>
<p th:fragment="helloworld">Hello world!</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment