ad_pubfiles/ori-templates/pageSummaries.ori.html

9 lines
191 B
HTML

---
(value, key) => _template()
---
<article>
<a href=${key}><h1>${value.title}</h1></a>
<p><span>${value.fnd.addr} ${value.fnd.tags || ''}</span></p>
${value.summary || ""}
</article>