8 lignes
229 o
HTML
8 lignes
229 o
HTML
|
{{block "content"}}
|
||
|
<table>
|
||
|
{{ range .Comments}}
|
||
|
|
||
|
<tr><td><a href="{{ genRoute "mod_cedit" }}?id={{.Id}}">{{ .Content }}</a></td><td><a href="{{ genRoute "mod_cdelete" }}?id{{ .Id }}">Delete</a></td></tr>
|
||
|
{{end}}
|
||
|
</table>
|
||
|
{{end}}
|