Files
libredesk/static/public/web-templates/info.html
T
Abhinav Raut d3c2cc2527 feat: add CSAT sending functionality and improve error handling in templates
feat: automation action to send CSAT.
- minor refactors.
2025-02-02 21:03:09 +05:30

13 lines
237 B
HTML

{{ define "info" }}
{{ template "header" . }}
<section class="center">
<h1>{{ .Data.Title }}</h1>
{{ if .Data.Message }}
<p class="green">{{ .Data.Message }}</p>
{{ end }}
</section>
{{ template "footer" . }}
{{ end }}