Skip to content

Instantly share code, notes, and snippets.

@stefanozanella
Created January 12, 2021 09:39
Show Gist options
  • Save stefanozanella/ca6f45220b109c57f47b3ed685e4a068 to your computer and use it in GitHub Desktop.
Save stefanozanella/ca6f45220b109c57f47b3ed685e4a068 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Stock purchase created</title>
</head>
<body>
<p>Stock purchase created.</p>
<p th:text="${stockPurchase.ticker}" />
<p th:text="${stockPurchase.purchaseDate}" />
<a href="/">Back</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment