]> Shamusworld >> Repos - ardour-manual/blob - pdf-template.html
Added the generation date to the PDF
[ardour-manual] / pdf-template.html
1 <!doctype html>
2 <html dir="ltr" lang="en">
3
4 <head>
5         <meta charset="utf-8">
6   <meta name="author" content="The Ardour Team">
7         <title>{{page.page_title}}</title>
8         <link href="css/common.css" rel="stylesheet">
9         <link href="css/luadoc.css" rel="stylesheet">
10         <link href="css/pdf.css" rel="stylesheet">
11
12 </head>
13
14 <body>
15
16         <div class="frontcover">
17                 <img src="images/ardour_logo.svg" alt="Ardour logo">
18                 <p>The Ardour Manual</p>
19                 <p id="generationdate">{{ today }}</p>
20   </div>
21
22         <div class="contents">
23                 <h1 id="toc">Table of contents</h1>
24
25                 {% tree %}
26
27         </div>
28
29         {{ content }}
30
31 </body>
32 </html>