11 lines
354 B
HTML
11 lines
354 B
HTML
<div class="folder">{{title.content}}</div>
|
|
<div id="subfeed1" class="feed">
|
|
{{#each entries}}
|
|
<div class="feed-item">
|
|
<h2><a href="{{this.id}}">{{this.title.content}}</a></h2>
|
|
<p>By: {{this.authors.0.name}}</p>
|
|
<p>Published on: <time datetime="{{this.updated}}">{{this.updated}}</time></p>
|
|
<p>{{summary.content}}</p>
|
|
</div>
|
|
{{/each}}
|
|
</div>
|