Add option to hide the title, and modify cant2022

This CL adds the poster for the cant2022 concert, and adds an option
which lets a booklet hide the automatic header based on the title and
subtitle (which still appears in the print version, however).

The custom header now no longer appears in the print version, since
we'll be using this to show the concert posters.

Change-Id: Ic51f75fdd6455e990c7381891af1c7541e063698
diff --git a/index.html b/index.html
index 38240cd..8960a11 100644
--- a/index.html
+++ b/index.html
@@ -33,7 +33,7 @@
         <div id="previous-concerts-list" class="concerts-list"></div>
       </section>
       <section id="booklet" class="booklet" hidden>
-        <div class="booklet-header">
+        <div id="booklet-header" class="booklet-header">
           <h2 id="concert-title" class="booklet-header-title"></h2>
           <div id="concert-subtitle" class="booklet-header-subtitle"></div>
         </div>