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