{{define "body"}}

News

{{template "flashes" .}}
{{range $news_post := .news}} {{template "row-news" dict "post" $news_post "categories" $.categories}} {{end}}
{{end}} {{define "row-news"}}
{{fullCategoryPath .categories .post.Category_id}}
{{truncate .post.Title 100}}
{{dateFormat .post.Date}}
 
 
{{truncate .post.Notes 500}}
{{end}}