{% include top.html %} {% include header.html %}
{% capture title-content %} {% include frontpage/title-content.html %} {% endcapture %} {%- include title_image.html content=title-content -%}

HIFIS for...

{% include transition.html direction="top" %}
{% if page.notification.description and page.notification.title %} {% include frontpage/notification.html title=page.notification.title description=page.notification.description %} {% endif %}

News

{%- assign posts = site.posts | where:"lang", site.default.lang -%} {%- for post in posts limit:5 -%} {%- assign post_translated = site.categories[page.lang] | where_exp: "item", "post.lang_ref == item.lang_ref" | first -%} {%- if forloop.index < 6 -%} {%- assign class="" -%} {%- else -%} {%- assign class="hide-on-mobile" -%} {%- endif -%} {%- if post_translated -%} {%- include cards/post_card.html post=post_translated class=class -%} {%- else -%} {%- include cards/post_card.html post=post class=class -%} {%- endif -%} {%- endfor -%}
All HIFIS News Subscribe News Feed HIFIS Events
{% include footer.html %}