}
</script>
- <h1>A specific playlist</h1>
- <h2>
+ <h1>
{{if .Playlist.Id}}
Edit Playlist
{{else}}
Create New Playlist
{{end}}
- </h2>
+ </h1>
<form action="/playlists/submit" method="POST">
<input type="hidden" name="playlistId" value="{{.Playlist.Id}}">
<p>
- <h1>A specific radio</h1>
- <h2>
+ <h1>
{{if .Radio.Id}}
Edit Radio
{{else}}
Register New Radio
{{end}}
- </h2>
+ </h1>
<form action="/radios/submit" method="POST">
<input type="hidden" name="radioId" value="{{.Radio.Id}}">
<p>
- <h2>
+ <h1>
{{if .User.Id}}
Edit User
{{else}}
Add New User
{{end}}
- </h2>
+ </h1>
<form action="/users/submit" method="POST">
<input type="hidden" name="userId" value="{{.User.Id}}">
<p>