--- layout: default --- {% assign group = site.data.campaigns | where: "groupUid", page.campaignGroupUid | first %} {% assign candidates = site.candidatelists | where: "uid", page.candidateListUid | first %} {% assign programCategories = site.program | where: "campaignCategoryUid", page.campaignCategoryUid | sort:"order" %} {% if page.img %} {% if site.mediaStorage %} {% capture imgPath %}https://a.pirati.cz/{{ site.mediaStorage }}/img/{{ page.img }}{% endcapture %} {% else %} {% capture imgPath %}{% asset '{{ page.img }}' @path %}{% endcapture %} {% assign imgPath = imgPath | absolute_url %} {% endif %} {% endif %}
{% comment %} Support for customized elections header content. {% endcomment %} {% if page.customizeHeader %} {{ content }} {% else %} {% include elections-header.html img=page.img bgImg=page.heroBgImg subContent=content candidateListNumber=candidates.number %} {% endif %}