{{define "body"}}

{{if eq .mode "add"}}Add Link{{else}}Edit News{{end}}

{{template "flashes" .}}
Link:
Title:
Category:
{{template "select-category" dict "categories" .categories "id" $.category_id "fieldName" "category"}}
Notes:
{{ .csrfField }}
{{end}}