deno.land / x / lume@v2.1.4 / tests / assets / relations / _includes / posts.vto
1234567891011121314<div>{{ content }}</div>{{ if it.category }}<h2>Category:</h2><a href="{{ category.url }}">{{ category.title }}</a>{{ category.content |> md }}{{ /if }}<ul>{{ for com of it.comment }} <li>{{ com.content |> md }}</li>{{ /for }}</ul>
Version Info