changedetection/pug/email.pug

25 lines
673 B
Plaintext
Raw Normal View History

2019-10-21 22:38:27 +00:00
html(lang="en")
head
style
include email.css
meta(charset='utf-8')
title
ChangeDetection !{name}
body.container
h1 ChangeDetection: !{name}
p.m At your request we are sending you this alert to let you know that a page you have been monitoring has changed.
p.m The following monitored page has changed:
a.m(href=url)= url
case since
when 1: p.m It has been 1 day since the page last changed.
default: p.m It has been !{since} days since the page last changed.
p.m See below for the details of the change
blockquote.card !{changed}