Skip to content

Instantly share code, notes, and snippets.

@arthurportas
Created May 27, 2017 16:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arthurportas/9d9941e44bff27b0ac4142fa826a4121 to your computer and use it in GitHub Desktop.
Save arthurportas/9d9941e44bff27b0ac4142fa826a4121 to your computer and use it in GitHub Desktop.
new-employee.ftl
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>New Employee</title>
</head>
<body>
Employee created with success!
${emp}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment