<h2>Game-Show Series</h2>
      <div class='seriesList'>
        <section
            hx-get='/partial/series/dr-iq.html'
            hx-target='main'
            hx-push-url='/series/dr-iq'
            hx-swap='innerHTML show:top'
            title='Dr. IQ'>
          <img alt='cover image' title='Dr. IQ'
              src='/cover/sm/dr-iq.jpg'>
          <div>
            <ul>
              <li>Game-Show</li>
            </ul>
            <label>Dr. IQ</label>
            <aside>
              <span>3 episodes</span>
              <span>Aired 1939-1942</span>
            </aside>
          </div>
        </section>
        <section
            hx-get='/partial/series/mind-your-manners.html'
            hx-target='main'
            hx-push-url='/series/mind-your-manners'
            hx-swap='innerHTML show:top'
            title='Mind Your Manners'>
          <img alt='cover image' title='Mind Your Manners'
              src='/cover/sm/mind-your-manners.jpg'>
          <div>
            <ul>
              <li>Game-Show</li>
            </ul>
            <label>Mind Your Manners</label>
            <aside>
              <span>11 episodes</span>
              <span>Aired 1948-1949</span>
            </aside>
          </div>
        </section>
        <section
            hx-get='/partial/series/people-are-funny.html'
            hx-target='main'
            hx-push-url='/series/people-are-funny'
            hx-swap='innerHTML show:top'
            title='People are Funny'>
          <img alt='cover image' title='People are Funny'
              src='/cover/sm/people-are-funny.jpg'>
          <div>
            <ul>
              <li>Comedy</li><li>Game-Show</li>
            </ul>
            <label>People are Funny</label>
            <aside>
              <span>25 episodes</span>
              <span>Aired 1950-1958</span>
            </aside>
          </div>
        </section>
        <section
            hx-get='/partial/series/quiz-kids.html'
            hx-target='main'
            hx-push-url='/series/quiz-kids'
            hx-swap='innerHTML show:top'
            title='Quiz Kids'>
          <img alt='cover image' title='Quiz Kids'
              src='/cover/sm/quiz-kids.jpg'>
          <div>
            <ul>
              <li>Game-Show</li>
            </ul>
            <label>Quiz Kids</label>
            <aside>
              <span>76 episodes</span>
              <span>Aired 1941-1951</span>
            </aside>
          </div>
        </section>
        <section
            hx-get='/partial/series/truth-or-consequences.html'
            hx-target='main'
            hx-push-url='/series/truth-or-consequences'
            hx-swap='innerHTML show:top'
            title='Truth or Consequences'>
          <img alt='cover image' title='Truth or Consequences'
              src='/cover/sm/truth-or-consequences.jpg'>
          <div>
            <ul>
              <li>Game-Show</li>
            </ul>
            <label>Truth or Consequences</label>
            <aside>
              <span>16 episodes</span>
              <span>Aired 1945-1952</span>
            </aside>
          </div>
        </section>
        <section
            hx-get='/partial/series/vox-pop.html'
            hx-target='main'
            hx-push-url='/series/vox-pop'
            hx-swap='innerHTML show:top'
            title='Vox Pop'>
          <img alt='cover image' title='Vox Pop'
              src='/cover/sm/vox-pop.jpg'>
          <div>
            <ul>
              <li>Game-Show</li>
            </ul>
            <label>Vox Pop</label>
            <aside>
              <span>32 episodes</span>
              <span>Aired 1939-1948</span>
            </aside>
          </div>
        </section>
        <section
            hx-get='/partial/series/you-bet-your-life.html'
            hx-target='main'
            hx-push-url='/series/you-bet-your-life'
            hx-swap='innerHTML show:top'
            title='You Bet Your Life'>
          <img alt='cover image' title='You Bet Your Life'
              src='/cover/sm/you-bet-your-life.jpg'>
          <div>
            <ul>
              <li>Comedy</li><li>Game-Show</li>
            </ul>
            <label>You Bet Your Life</label>
            <aside>
              <span>160 episodes</span>
              <span>Aired 1947-1958</span>
            </aside>
          </div>
        </section></div>