8 lignes
Pas d'EOL
230 o
HTML
8 lignes
Pas d'EOL
230 o
HTML
{{define "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}} |