refactor: 完成Handlebars模板系统基础集成
This commit is contained in:
10
templates/pages/home.hbs
Normal file
10
templates/pages/home.hbs
Normal file
@@ -0,0 +1,10 @@
|
||||
<div class="page active" id="home">
|
||||
<div class="welcome-section">
|
||||
<h2>{{profile.title}}</h2>
|
||||
<h3>{{profile.subtitle}}</h3>
|
||||
<p class="subtitle">{{profile.description}}</p>
|
||||
</div>
|
||||
{{#each categories}}
|
||||
{{> category}}
|
||||
{{/each}}
|
||||
</div>
|
||||
Reference in New Issue
Block a user