deploy: ebd4cc0010
This commit is contained in:
17
node_modules/shiki/samples/handlebars.sample
generated
vendored
17
node_modules/shiki/samples/handlebars.sample
generated
vendored
@@ -1,17 +0,0 @@
|
||||
<div class="entry">
|
||||
<h1>{{title}}</h1>
|
||||
{{#with story}}
|
||||
<div class="intro">{{{intro}}}</div>
|
||||
<div class="body">{{{body}}}</div>
|
||||
{{/with}}
|
||||
</div>
|
||||
<div class="comments">
|
||||
{{#each comments}}
|
||||
<div class="comment">
|
||||
<h2>{{subject}}</h2>
|
||||
{{{body}}}
|
||||
</div>
|
||||
{{/each}}
|
||||
</div>
|
||||
|
||||
{{! From https://handlebarsjs.com/guide/block-helpers.html#the-with-helper }}
|
||||
Reference in New Issue
Block a user