33 lines
463 B
HTML
33 lines
463 B
HTML
|
<!doctype html>
|
||
|
<html dir="ltr" lang="en">
|
||
|
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="author" content="The Ardour Team">
|
||
|
<title>{{page.page_title}}</title>
|
||
|
<link href="css/common.css" rel="stylesheet">
|
||
|
<link href="css/luadoc.css" rel="stylesheet">
|
||
|
<link href="css/pdf.css" rel="stylesheet">
|
||
|
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<div class="frontcover">
|
||
|
|
||
|
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<div class="contents">
|
||
|
<h1>Table of contents</h1>
|
||
|
|
||
|
{% tree %}
|
||
|
|
||
|
</div>
|
||
|
|
||
|
{{ content }}
|
||
|
|
||
|
</body>
|
||
|
</html>
|