Skip to content

Commit ffad6dd

Browse files
committed
feat: added infoEmailWaitlist2
1 parent 2a23f8b commit ffad6dd

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

templates/infoEmailWaitlist2.njk

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{% extends dirname + '/master.njk' %}
2+
3+
{#
4+
Additional arguements for this template:
5+
- firstName (the user's first name)
6+
#}
7+
8+
{% block main %}
9+
<h1>Hey, {{ firstName if firstName else '{{first_name}}' }}!</h1>
10+
11+
<p>Although you are on the waitlist, you can still show up right now to get on the queue, it’s only at 12:15 that we then start taking people off that depending on space!</p>
12+
13+
<p>We hope to see you at RevolutionUC!</p>
14+
15+
{% endblock %}

0 commit comments

Comments
 (0)