Multifeeder/RSS feeds → selection + CSS + template → PDF (very beta)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

36 lines
830 B

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{% if mode == "print" %}
<script src="/static/paged.js" type="text/javascript"></script>
<script src="/static/paged.polyfill.js" type="text/javascript"></script>
<link href="/static/pagedjs.css" rel="stylesheet" type="text/css" media="screen">
{% endif %}
<link href="/print.css" rel="stylesheet" type="text/css" media="{{ mode }}">
<title>The Everydaily</title>
</head>
<body>
<section id="cover">
<h1 id="title">The Everydaily</h1>
</section>
<section id="header">
<div>This is the header...</div>
</section>
<section id="feed">
{{ feed }}
</section>
<section id="footer">
<div>Anything in the footer here...</div>
</section>
</body>
</html>