{@html asciidoctor().convert(
`== ${section.title}\n\n${section.content}`,
{
standalone: false,
doctype: "article",
attributes: {
showtitle: true,
sectids: true,
},
},
)}
{#if section.tags && section.tags.length > 0}
{#each section.tags as tag}
{tag[0]}:
{tag[1]}
{/each}
{:else}
No tags
{/if}
{#if index < parsedSections.length - 1}
{/if}