2023-12-26 15:21:40 +00:00
|
|
|
{{#with feed}}
|
|
|
|
<h2><a title="Atom/RSS feed" target="external" href="{{feedUrl}}"><img width="16" height="16" src="/rss.svg"></a> Feed (Experimental)</h2>
|
|
|
|
|
|
|
|
<dl>
|
|
|
|
{{#each items}}
|
|
|
|
<dt><a href="{{url}}" rel="external noopener ugc">{{title}}</a></dt>
|
2023-12-26 21:06:01 +00:00
|
|
|
<dd><date>{{pubDay}}</date><br>{{{descriptionSafe}}}</dd>
|
2023-12-26 15:21:40 +00:00
|
|
|
{{/each}}
|
|
|
|
</dl>
|
2023-12-26 21:06:01 +00:00
|
|
|
{{/with}}
|
|
|
|
|
|
|
|
{{#unless feed}}{{#if samples}}
|
|
|
|
<h2>Sample</h2>
|
|
|
|
<dl>
|
|
|
|
{{#each samples}}
|
|
|
|
<dt><a href="{{url}}" rel="external noopener ugc">{{title}}</a></dt>
|
2023-12-29 13:04:26 +00:00
|
|
|
<dd>{{description}}</dd>
|
2023-12-26 21:06:01 +00:00
|
|
|
{{/each}}
|
|
|
|
</dl>
|
|
|
|
{{/if}}{{/unless}}
|