bifocal/node_modules/@tryghost/shared-theme-assets/partials/cta.hbs

12 lines
426 B
Handlebars

{{#if @site.members_enabled}}
{{#unless @member}}
<section class="gh-cta gh-outer">
<div class="gh-cta-inner gh-inner">
{{#if title}}
<h2 class="gh-cta-title">{{title}}</h2>
{{/if}}
<button class="gh-cta-input" data-portal>jamie@example.com <span>Subscribe</span></button>
</div>
</section>
{{/unless}}
{{/if}}