generated from muhtadeetaron/nextjs-template
13 lines
289 B
Handlebars
13 lines
289 B
Handlebars
{{#if @site.members_invite_only}}
|
|
<script>
|
|
window.location.href = '{{@site.url}}/signin';
|
|
</script>
|
|
{{/if}}
|
|
|
|
{{!< default}}
|
|
|
|
<main>
|
|
{{#post}}
|
|
{{> "components/form-hero" accountPage=true type="subscribe" }}
|
|
{{/post}}
|
|
</main> |