{# SPDX-FileCopyrightText: 2025 Thomas Koch SPDX-License-Identifier: AGPL-3.0-or-later -#} {% set dateformat = "%d.%m.%Y %H:%M" -%} Planet TVL

Planet TVL

{% for entry in entries -%} {% if loop.index > 1 -%}
{% endif -%} {% if entry.links.0 -%} {% set link = entry.links.0.href -%} {% else -%} {% set link = "" -%} {% endif -%}

{% if entry.title -%} {{ entry.title.content|striptags }} {% else -%} NO TITLE {% endif -%}

{% if entry.content -%}
{{ entry.content.body }}
{% elif entry.summary -%}
{{ entry.summary.content }}
{% endif -%}
{% endfor -%}