]> Shamusworld >> Repos - ardour-manual/blob - pdf-template.html
Various improvements in the PDF rendering. More efficient build
[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   </div>
20
21         <div class="contents">
22                 <h1 id="toc">Table of contents</h1>
23
24                 {% tree %}
25
26         </div>
27
28         {{ content }}
29
30 </body>
31 </html>