diff --git a/content/join/index.md b/content/join/index.md
index 27079e2..c58168d 100644
--- a/content/join/index.md
+++ b/content/join/index.md
@@ -1,9 +1,10 @@
# Join the club
-<%
phase <- c("open", "closing", "closed")[2]
-%>
-<% if (phase == "open") { %>
+
+phase = "open"
+
+if (phase == "open") {
If you want to **learn to hang glide this academic year (2025/2026)**, here are the dates for our intro events:
@@ -42,9 +43,8 @@ People on the waitlist has also been informed.
There is usually some turnover early on.
To get in from this waitlist, make sure to attend the ground school
(see [front page]).
---%>
-
-<% } else if (phase == "closed") { %>
+--
+} else if (phase == "closed") {
## Next chance to join the club is fall 2025, details TBD
@@ -57,7 +57,7 @@ lesson set was an exception). See also the [About] page.
Last updated: September 27, 2023
-<% } %>
+ }