--- title: HIFIS --- {% include top.html %} {% include header.html %}
{% include title_image.html%}
{% if paginator.total_pages > 1 %} {% endif %} {% for post in paginator.posts %}

{{ post.title }}

{% if post.excerpt_separator != '' %}
{{ post.excerpt }}
{% else %}
{{ post.content }}
{% endif %}  more… 
{% include blog_post/metadata.html authors = post.authors date = post.date categories = post.categories tags = post.tags %}
{% endfor %} {% if paginator.total_pages > 1 %} {% endif %}
{% include footer.html %}