Skip to content

Commit 54ad4a7

Browse files
Update src/content/docs/waiting-room/how-to/customize-waiting-room.mdx
1 parent ca0d42c commit 54ad4a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/waiting-room/how-to/customize-waiting-room.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The following script within the `<body>` section after `<main>` fetches the wait
9696
</script>
9797
```
9898

99-
#### Turnstile
99+
#### Turnstile variable
100100

101101
If you are using Turnstile for your customized waiting room, you will need to ensure the `turnstile` variable is added. The default queuing page template and any newly created custom templates already include this variable. If you have an existing custom HTML template and wish to enable the Turnstile integration, you will need to add `{{{turnstile}}}` somewhere in the template to let Waiting Room know where the widget should be placed. Waiting Room uses Mustache templates, so including raw HTML within your template without escaping requires three curly braces instead of two.
102102

0 commit comments

Comments
 (0)