--- layout: layouts/base.njk title: TELOS withSidebar: true permalink: /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 %}
{{ post.templateContent | striptags | truncate(250) }}
View →
Noch keine Posts mit der Kategorie telos. Posts über Indiekit mit category: telos veröffentlichen.