Created
October 1, 2024 11:17
-
-
Save sostenesapollo/1dc010206e2287b785cf4dc74e22e544 to your computer and use it in GitHub Desktop.
template.ejs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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