You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
851 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Grafted tree</title>
<style>
body, html {
font-size: 120%;
}
h1 {
page-break-after: right;
}
.tree{
page-break-before: always;
page: tree;
}
code {
page-break-before: right;
font-size: 57.5%;
line-height: 1.2;
}
.tree.first {
page-break-before: right;
page: initial;
}
.tree[data-year] {
string-set: year attr(data-year);
}
@page {
size: a5 portrait;
}
</style>
</head>
<body>
<h1>Grafted tree</h1>
{% autoescape false %}
{{ content }}
<code>{{ source_code }}</code>
{% endautoescape %}
</body>
</html>