--- layout: default title: Aktuality ---

Dění v naší chovné stanici

{% for post in site.posts %}

{{ post.title }}

{% if post.image %} {{ post.title }} {% endif %} {{ post.content }} {% if post.gallery %}
{% for photo in post.gallery %} Fotografie v galerii {% endfor %}
{% endif %}
{% endfor %}