title layout Интересное default {% for post in site.posts %} {% if post.categories contains "interesting" %} {{ post }} {% endif %} {% endfor %}