new_change_email.html
<!--
write!(w, "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\" \"http://www.w3.org/TR/REC-html40/loose.dtd\">")?;
-->
<html lang="en">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
<title>
The Pijul Nest
</title>
</head>
<body style="font-family:sans-serif;padding:0.2em 1em;">
<div style="{CONTENT_STYLE}">
<p>{ self.author } added a change to #{self.disc} <em>{self.name}</em></p>
<blockquote style="{BLOCKQUOTE_STYLE}">
{self.message}
</blockquote>
<p><a style="{A_STYLE}" href="https://{self.host}/{self.owner}/{self.repo}/discussions/{self.disc}#{self.hash}?login={self.login}">View discussion</a></p>
</div>
<div style="{FOOTER_STYLE}">
<p>
—
<br/>
You're receiving this email because you are subscribed to this discussion. <a style="{A_STYLE}" href="https://{self.host}/{self.owner}/{self.repo}/discussions/{self.disc}/unsubscribe?login={self.login}">Unsubscribe</a>.
<script type="application/ld+json">{
"@context":"http://schema.org","@type":"EmailMessage","action":{
"potentialAction": {
"@type": "ViewAction",
"name": "View Discussion",
"handler": {
"@type": "HttpActionHandler",
"url": "https://{self.host}/{self.owner}/{self.repo}/discussions/{self.disc}?login={self.login}"
}
},
"description": "View discussion."
}
}</script>
</p>
</div>
</body>
</html>