Files
menav/templates/pages/home.hbs

8 lines
216 B
Handlebars

<div class="welcome-section">
<h2 data-editable="profile-title">{{profile.title}}</h2>
<h3 data-editable="profile-subtitle">{{profile.subtitle}}</h3>
</div>
{{#each categories}}
{{> category}}
{{/each}}