{termsOfService.title}

Last updated: {termsOfService.lastUpdated}

{#each termsOfService.intro as para}

{para}

{/each} {#each termsOfService.sections as section (section.id)}

{section.heading}

{#each section.body as para}

{#if section.id === 'contact' && para === 'legal@mifi.ventures'} legal@mifi.ventures {:else if section.id === 'contact' && para === 'https://mifi.ventures'} https://mifi.ventures {:else} {para} {/if}

{/each} {#if section.list}
    {#each section.list as item}
  • {item}
  • {/each}
{/if}
{/each}
Privacy Policy