templates/blogposts.gotmpl (view raw)
1 2 3 4 5 6 7
<link rel="stylesheet" href="../static/blogPage.css" /> <h1>Crispy Blog</h1> <ul class=bloglist> {{range .}} <li>{{.Date}} <a href="{{.URL}}">{{.Title}}</a></li> {{end}} </ul>