mailtrain/views/subscription/unsubscribe-notice.hbs
2016-04-04 15:36:30 +03:00

9 lines
265 B
Handlebars

<h2>Unsubscribe Successful</h2>
<p>You have been removed from {{title}}.</p>
<p>
<a class="btn btn-primary" href="{{homepage}}" role="button">
<span class="glyphicon glyphicon-arrow-left" aria-hidden="true"></span> return to our website
</a>
</p>