-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsource.html
50 lines (42 loc) · 827 Bytes
/
source.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html>
<head>
<title><!--(bake /data/name_test.txt _if="test")--><!--(bake /data/name_release.txt _if="!test")--></title>
<meta charset="utf-8">
<style>
body
{
font: 10pt Cousine, monospace;
margin: 2em;
}
h1
{
font-size: 14pt;
text-align: center;
margin-bottom: 2em;
}
tw-passagedata
{
display: block !important;
line-height: 200%;
margin-bottom: 2em;
white-space: pre-wrap;
}
tw-passagedata + tw-passagedata
{
border-top: 1pt dashed black;
padding-top: 2em;
}
tw-passagedata:before
{
content: attr(name);
display: block;
font-weight: bold;
}
</style>
</head>
<body>
<h1><!--(bake /data/name_test.txt _if="test")--><!--(bake /data/name_release.txt _if="!test")--></h1>
<!--(bake /data/passages_test.html _if="test")--><!--(bake /data/passages_release.html _if="!test")-->
</body>
</html>