{% include head.html %} {% include navigation.html %} {% assign count = site.data.slideshow.images | size %} {% assign count_f = count | times: 1.0 %} {% assign img_percent = 100 | divided_by: count_f %} {% assign img_time_f = site.data.slideshow.img_time | times: 1.0 %} {% assign fade_percent = site.data.slideshow.fade_time | divided_by: img_time_f | times: img_percent %}
{%- for item in site.data.slideshow.images -%} {{ item.caption }} {%- endfor -%} {%- for item in site.data.slideshow.images -%} {{ item.caption }} {%- endfor -%}
{%- if page.cardTitle -%}

{{ page.cardTitle | upcase }}

{{ page.cardDesc }}

{%- endif -%} {% assign itemArray = page.content | markdownify | split: site.item_separator %}
{% assign itemArray = page.content | markdownify | split: site.item_separator %} {%- for item in itemArray -%} {%- assign pair = item | split:'

{%- if forloop.index == 2 -%} {%- endif -%} {%- if imod2 == 0 -%} {%- endif -%}

{{ pair[0] }}
{{ pair[1] | prepend: "" }}
{%- endif -%} {%- endfor -%} {%- if itemArray.size != 1 -%}
{{ itemArray.last }}
{%- endif -%} {% include foot.html %}