| LEFT | RIGHT | 
|---|
| 1         {% if opening %} | 1         {% if opening %} | 
|  | 2           {% set tracker = opening[2] %} | 
| 2           <a class="button" href=" | 3           <a class="button" href=" | 
| 3             {%- if opening[2] == GREENHOUSE -%} | 4             {%- if tracker == GREENHOUSE -%} | 
| 4               https://boards.greenhouse.io/eyeo/jobs/{{ opening[3] }} | 5               https://boards.greenhouse.io/eyeo/jobs/{{ opening[3] }} | 
| 5             {%- elif opening[2] == TALENTTRACKER -%} | 6             {%- elif tracker == TALENTTRACKER -%} | 
| 6               https://app.talentstracker.com/job_applications/new?position_id={{
     opening[3] }} | 7               https://app.talentstracker.com/job_applications/new?position_id={{
     opening[3] }} | 
| 7             {%- else -%} | 8             {%- else -%} | 
| 8               mailto:jobs@eyeo.com | 9               mailto:jobs@eyeo.com | 
| 9             {%- endif -%} | 10             {%- endif -%} | 
| 10           ">apply now</a> | 11           ">apply now</a> | 
| 11           {{ "jobs"|linkify(class='button why-work-here-button') }}why work here
    ?</a> | 12           {{ "jobs"|linkify(class='button why-work-here-button') }}why work here
    ?</a> | 
| 12         {% endif %} | 13         {% endif %} | 
| 13       </div> | 14       </div> | 
| 14     </div> | 15     </div> | 
| 15   </div> | 16   </div> | 
| 16 </div> | 17 </div> | 
| LEFT | RIGHT | 
|---|