{@io.quarkiverse.roq.frontmatter.runtime.model.Site site} {@io.quarkiverse.roq.frontmatter.runtime.model.NormalPage page} {#let name=(collectionName ?: 'posts')} <![CDATA[ {site.title} ]]> {site.url.absolute} Quarkus Roq {#if site.collections.get(name)} {#if site.collections.get(name).size > 0}{site.collections.get(name).get(0).date}{/if} {#for post in site.collections.get(name)} <![CDATA[{post.title}]]> {post.url.absolute} {post.url.absolute} {post.date}

{post.description}

Keep reading.


{/for} {/if}