This repository has been archived on 2025-03-01. You can view files and clone it, but cannot push or open issues or pull requests.
trantor/templates/list.html
2018-04-09 09:49:30 +00:00

16 lines
358 B
HTML

{{template "header.html" .S}}
<div class="row">
<h4 class="span10">{{.List.Title}} <a href="/list/{{.List.ListID}}?fmt=rss"><img src="/img/feed.png"/></a></h4>
<p class="span2 pull-right">By {{.List.User.Username}}</p>
</div>
<br />
{{range .List.Description}}
<p>{{.}}</p>
{{end}}
{{template "book_list.html" .List.Books}}
{{template "footer.html"}}