default.html5 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <!DOCTYPE html>
  2. <html$if(lang)$ lang="$lang$"$endif$>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="generator" content="pandoc">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
  7. $if(date)$
  8. <meta name="dcterms.date" content="$date$">
  9. $endif$
  10. <title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>
  11. <style type="text/css">code{white-space: pre;}</style>
  12. <!--[if lt IE 9]>
  13. <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
  14. <![endif]-->
  15. $if(highlighting-css)$
  16. <style type="text/css">
  17. $highlighting-css$
  18. </style>
  19. $endif$
  20. $for(css)$
  21. <link rel="stylesheet" href="$css$">
  22. $endfor$
  23. </head>
  24. <body style="margin-left: 20%; margin-right: 20%;">
  25. $if(title)$
  26. <header>
  27. <h1 class="title">$title$</h1>
  28. $if(date)$
  29. <small class="date">$date$</small>
  30. $endif$
  31. $if(version)$
  32. <small class="date">Version: $version$</small>
  33. $endif$
  34. </header>
  35. <hr />
  36. $endif$
  37. $body$
  38. </body>
  39. </html>