refactor: 完成Handlebars模板组件化
This commit is contained in:
7
templates/pages/projects.hbs
Normal file
7
templates/pages/projects.hbs
Normal file
@@ -0,0 +1,7 @@
|
||||
<div class="welcome-section">
|
||||
<h2>{{title}}</h2>
|
||||
<p class="subtitle">{{subtitle}}</p>
|
||||
</div>
|
||||
{{#each categories}}
|
||||
{{> category}}
|
||||
{{/each}}
|
||||
Reference in New Issue
Block a user