Skip to content

Instantly share code, notes, and snippets.

@sostenesapollo
Created October 1, 2024 11:17
Show Gist options
  • Save sostenesapollo/1dc010206e2287b785cf4dc74e22e544 to your computer and use it in GitHub Desktop.
Save sostenesapollo/1dc010206e2287b785cf4dc74e22e544 to your computer and use it in GitHub Desktop.
template.ejs
<!DOCTYPE html>
<html>
<head>
<title>Email Subject</title>
</head>
<body>
<h1>Hello, {{ name }}!</h1>
<p>Your order has been shipped.</p>
<p>Order ID: {{ orderId }}</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment