7 lines
126 B
Handlebars
Raw Normal View History

<div class="container">
{{#if this.currentUser}}
{{this.pricingTable}}
{{else}}
<LoginRequired />
{{/if}}
</div>