{{ if .tickets }}
{{ if .description }}
{{ .description | markdownify }}
{{ end }} {{ $tickets := .tickets }} {{ range $index, $ticket := $tickets }}

{{ $ticket.title }}

{{ $ticket.subtitle }}

{{/*
*/}}
{{ range $option_index, $option := $ticket.options }} {{/*

{{ $option.name }}

{{ $option.title }} ${{ $option.price }}
{{ with $option.button }} Register Now {{ end }}

Features

    {{ range $feature := $option.features }}
  • {{ $feature.text }}
  • {{ end }}
*/}}

{{ $option.name | markdownify }}

{{ $option.title | markdownify }}

{{ $original_styles := "box-border text-light line-through text-2xl font-semibold leading-none border-solid" }} {{ if $option.original_price }}

{{ $option.original_price | markdownify }}

{{ end }}

$

{{ $option.price | markdownify }}

{{/* to center the overall content */}} {{ if $option.original_price }} {{ end }}
    {{ range $feature_index, $feature := $option.features }}
  • {{ $feature.text }}
  • {{ end }}
{{ $option.button.title }} {{ if $option.button.alt_paypal_id }}

{{ end }}
{{ end }}
{{ end }} {{/* {{ if .options }} {{ range $index, $ticket := .options }}
  • {{ $ticket.title }}

    {{ $ticket.subtitle }}

    Price: ${{ $ticket.price }}
    {{ if hasPrefix $ticket.button.title "Register" }} Register Now {{ end }}
      {{ range $featureIndex, $feature := $ticket.features }}
    • {{ $feature.text }} {{ if hasPrefix $feature.text_class "font-" }} {{ $feature.text }} {{ else }} {{ $feature.text }} {{ end }}
    • {{ end }}
  • {{ end }} {{ end }} */}}
    {{ end }}