7 lines
184 B
HTML
7 lines
184 B
HTML
{{define "content"}}
|
|
<video src="/static/test.mp4">Test</video>
|
|
<button hx-post="/end-video/{{.BriefingID}}/{{.Login}}/" hx-target="#content" type="button">
|
|
Weiter
|
|
</button>
|
|
{{end}}
|