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

6 vuotta sitten
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html>
  3. <html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops"$if(lang)$ xml:lang="$lang$"$endif$>
  4. <head>
  5. <meta charset="utf-8" />
  6. <meta name="generator" content="pandoc" />
  7. <title>$pagetitle$</title>
  8. <style>
  9. code{white-space: pre-wrap;}
  10. span.smallcaps{font-variant: small-caps;}
  11. span.underline{text-decoration: underline;}
  12. div.column{display: inline-block; vertical-align: top; width: 50%;}
  13. $if(quotes)$
  14. q { quotes: "“" "”" "‘" "’"; }
  15. $endif$
  16. </style>
  17. $if(highlighting-css)$
  18. <style>
  19. $highlighting-css$
  20. </style>
  21. $endif$
  22. $for(css)$
  23. <link rel="stylesheet" href="$css$" />
  24. $endfor$
  25. $for(header-includes)$
  26. $header-includes$
  27. $endfor$
  28. </head>
  29. <body$if(coverpage)$ id="cover"$endif$$if(body-type)$ epub:type="$body-type$"$endif$>
  30. $if(titlepage)$
  31. <section epub:type="titlepage" class="titlepage">
  32. $for(title)$
  33. $if(title.type)$
  34. <h1 class="$title.type$">$title.text$</h1>
  35. $else$
  36. <h1 class="title">$title$</h1>
  37. $endif$
  38. $endfor$
  39. $if(subtitle)$
  40. <p class="subtitle">$subtitle$</p>
  41. $endif$
  42. $for(author)$
  43. <p class="author">$author$</p>
  44. $endfor$
  45. $for(creator)$
  46. <p class="$creator.role$">$creator.text$</p>
  47. $endfor$
  48. $if(publisher)$
  49. <p class="publisher">$publisher$</p>
  50. $endif$
  51. $if(date)$
  52. <p class="date">$date$$if(rev)$&mdash;rev.&nbsp;$rev$$endif$$if(hash)$&mdash;<code>$hash$</code>$endif$</p>
  53. $endif$
  54. $if(rights)$
  55. <div class="rights">$rights$</div>
  56. $endif$
  57. </section>
  58. $else$
  59. $for(include-before)$
  60. $include-before$
  61. $endfor$
  62. $body$
  63. $for(include-after)$
  64. $include-after$
  65. $endfor$
  66. $endif$
  67. </body>
  68. </html>