--- layout: layouts/base.njk title: TELOS withSidebar: true permalink: /telos/ ---

TELOS

Life-OS: Orientierung, Werte, Rahmungen, Reflexionen.

{% set telosPosts = [] %} {% for post in collections.posts %} {% if post.data.category | categoryMatches("telos") %} {% set telosPosts = (telosPosts.push(post), telosPosts) %} {% endif %} {% endfor %} {% if telosPosts.length > 0 %}

{{ telosPosts.length }} post{% if telosPosts.length != 1 %}s{% endif %}

{% else %}

Noch keine Posts mit der Kategorie telos. Posts über Indiekit mit category: telos veröffentlichen.

{% endif %}