7 lines
172 B
HTML
7 lines
172 B
HTML
{{define "title"}}Anfrage ausgeführt{{end}}
|
|
|
|
{{define "content"}}
|
|
<div class="col-md-8 offset-md-2 alert alert-success">
|
|
Deine Anfrage wurde ausgeführt.
|
|
</div>
|
|
{{end}}
|