Files

7 lines
165 B
HTML

{{define "partials/gc_error.html"}}
<div class="alert alert-error" role="alert">
{{ icon "alert-triangle" "size-5" }}
<span>{{.Error}}</span>
</div>
{{end}}