1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-06 20:00:40 +00:00
Files
pocket-id/backend/email-templates/test_html.tmpl

11 lines
275 B
Cheetah

{{ define "base" -}}
<div class="header">
<div class="logo">
<img src="{{ .LogoURL }}" alt="Pocket ID"/>
<h1>{{ .AppName }}</h1>
</div>
</div>
<div class="content">
<p>This is a test email.</p>
</div>
{{ end -}}