gophertype/pvt-www/_builtin/comments/subscription.gohtml

25 lines
779 B
Plaintext
Raw Normal View History

{{ define "title" }}Comment Subscriptions{{ end }}
{{ define "content" }}
<h1>Comment Subscriptions</h1>
<p>
This blog allows users to subscribe to comment threads, when they leave their
e-mail address and opt-in to do so when adding a comment to a page.
</p>
<p>
To unsubscribe from a single comment thread, click on the "Unsubscribe" link
in that email. Or, to remove yourself from <strong>all comment threads</strong>,
enter your email address below.
</p>
<form action="/comments/subscription" method="GET">
<input type="hidden" name="all" value="true">
<h2>Unsubscribe From All</h2>
<input type="email" class="form-control" name="e" placeholder="Email address">
<button type="submit" class="btn btn-primary mt-2">Unsubscribe From All</button>
</form>
{{ end }}