chordlib 0.7.0

Work with chord-and-lyrics songs: parse, transform, and render them to multiple formats
Documentation
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>{{ title }}</title>
    <style>
{{ style }}
@media print {
    @page {
        margin: 0;
    }
    body {
        margin: 10mm;
    }
    header, footer, nav {
        display: none !important;
    }
}
    </style>
  </head>
  <body>
    {{ page }}
  </body>
</html>