<turbo-stream action="remove" target="load-more-container"></turbo-stream>

<turbo-stream action="append" target="search-results-container"><template>
    <div class="search-result center">
    <a data-turbo="false" href="/episodes/aliquot-63-continuous-glucose-monitors">
      <h3 class="bold">
        [Podcast] Aliquot #63: Personalizing diet with a continuous glucose monitor
      </h3>
</a>    <p>
      Continuous glucose monitors – CGMs, for short – are wearable devices that measure blood glucose levels through a tiny sensor placed under the skin. The CGM c...
...
          <span class="search-tag">aliquot</span>
          <span class="search-tag">diet</span>
          <span class="search-tag">metabolism</span>
          <span class="search-tag">biomarkers</span>
          <span class="search-tag">blood sugar</span>
          <span class="search-tag">wearable technology</span>
    </p>
    <a class="btn btn-pill btn-primary btn-small" data-turbo="false" href="/episodes/aliquot-63-continuous-glucose-monitors">Listen now</a>
  </div>
  <div class="search-result center">
    <a data-turbo="false" href="/episodes/ronald-krauss">
      <h3 class="bold">
        [Podcast] Dr. Ronald Krauss on LDL Cholesterol, Particle Size, Heart Disease &amp; Atherogenic Dyslipidemia
      </h3>
</a>    <p>
      Dr. Ronald Krauss discusses the role that LDL cholesterol plays in heart disease, dyslipidemia, and atherosclerosis. 
...
          <span class="search-tag">heart disease</span>
          <span class="search-tag">diet</span>
          <span class="search-tag">aging</span>
          <span class="search-tag">biomarkers</span>
          <span class="search-tag">cholesterol</span>
          <span class="search-tag">inflammation</span>
    </p>
    <a class="btn btn-pill btn-primary btn-small" data-turbo="false" href="/episodes/ronald-krauss">Watch now</a>
  </div>

<div class="search-result center py4" id="load-more-container">
    <button type="button" 
            class="btn btn-pill btn-primary" 
            disabled
            style="opacity: 0.5; cursor: not-allowed;">
      No more results
    </button>
</div>


</template></turbo-stream>
