This website requires JavaScript.
Explore
Help
Sign In
h4kor
/
owl-blogs
Watch
1
Star
0
Fork
You've already forked owl-blogs
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
3c6df116fa
owl-blogs
/
embed
/
post-list.html
3 lines
70 B
HTML
Raw
Normal View
History
Unescape
Escape
use template for post list
2022-08-18 19:09:02 +00:00
{{range .}}
<
h2
>
<
a
href
=
"{{.UrlPath}}"
>
{{.Title}}
<
/
a
>
<
/
h2
>
{{end}}