deno.land / x / lume@v2.1.4 / tests / assets / relations / _includes / posts.vto

1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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>
lume

Version Info

Tagged at
7 months ago