10 lines
303 B
HTML
10 lines
303 B
HTML
<h3>Hi {{propername}}</h3>
|
|
<p>The album page for {{albumuserproper}}'s album {{albumproper}} has been {{if updated}} updated, {{else}} created, {{end}} you can view it <a href="{{albumurl}}">here.</a></p>
|
|
|
|
|
|
{{if hasmessage}}
|
|
<hr>
|
|
<h2>Message from {{albumuserproper}}</h2>
|
|
<p>{{message}}</p>
|
|
<br>
|
|
{{end}} |