|
1234567891011121314151617 |
- <%!
- from datetime import datetime
- from flask import g, request
- %>\
- </div>
- <div id="footer">
- <p>Copyright © 2009–${datetime.now().year} <a href="//en.wikipedia.org/wiki/User:The_Earwig">Ben Kurtovic</a> • \
- <a href="${request.script_root}/api">API</a> • \
- <a href="https://github.com/earwig/copyvios">Source Code</a> • \
- % if ("CopyviosBackground" in g.cookies and g.cookies["CopyviosBackground"].value in ["potd", "list"]) or "CopyviosBackground" not in g.cookies:
- <a href="${g.descurl | h}">Background</a> • \
- % endif
- <a href="http://validator.w3.org/check?uri=referer">Valid HTML5</a>
- </p>
- </div>
- </body>
- </html>
|