{#each sortedPages as page}
  1. {stripped(page.url)} {page.size}kb {page.ratio}%
    yellowSizeThreshhold} class:red={page.size > redSizeThreshhold} />
    yellowRatioThreshhold} class:red={page.ratio > redRatioThreshhold} />
  2. {/each}