10 lines
311 B
HTML
10 lines
311 B
HTML
|
|
{{define "contact-error"}}
|
||
|
|
<div class="contact-message contact-error">
|
||
|
|
<iconify-icon icon="mdi:alert-circle" width="24" height="24"></iconify-icon>
|
||
|
|
<div class="contact-message-content">
|
||
|
|
<strong>{{.UI.ContactModal.Error.Title}}</strong>
|
||
|
|
<p>{{.ErrorMessage}}</p>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
{{end}}
|