github.com/masterhung0112/hk_server/v5@v5.0.0-20220302090640-ec71aef15e1c/templates/email_info.html (about) 1 {{define "email_info"}} 2 3 {{if .Props.SupportEmail}} 4 <td style="color: #999; padding-top: 20px; line-height: 25px; font-size: 13px;"> 5 {{.Props.EmailInfo1}}<a href='mailto:{{.Props.SupportEmail}}' style='text-decoration: none; color:#2389D7;'>{{.Props.SupportEmail}}</a><br>{{.Props.EmailInfo2}}<br>{{.Props.EmailInfo3}}<br> 6 </td> 7 {{end}} 8 9 {{end}}