generated from muhtadeetaron/nextjs-template
initial commit
This commit is contained in:
13
newspaper/page-subscribe.hbs
Normal file
13
newspaper/page-subscribe.hbs
Normal file
@ -0,0 +1,13 @@
|
||||
{{#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>
|
||||
Reference in New Issue
Block a user