feat: content engine usw
This commit is contained in:
16
plan_monthly.hbs
Normal file
16
plan_monthly.hbs
Normal file
@@ -0,0 +1,16 @@
|
||||
<div class="membership-card monthly">
|
||||
<div class="membership-card-content">
|
||||
<h2 class="membership-card-title">{{t "Monthly"}}</h2>
|
||||
<h3 class="membership-card-price">{{price monthly_price currency=currency}}</h3>
|
||||
<div class="membership-card-options">
|
||||
<ul>
|
||||
<li>Full access to all premium posts</li>
|
||||
<li>Weekly email newsletter</li>
|
||||
<li>Support independent publishing</li>
|
||||
<li>Simple, secure card payment</li>
|
||||
<li>No advertising</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<a href="#" class="global-button" data-members-plan="Monthly">{{t "Subscribe now"}}</a>
|
||||
</div>
|
||||
Reference in New Issue
Block a user