{% extends layout %} {% block title %}Blog{% endblock %} {% block content %}

Blog Overview

{% foreach($posts as $post): %}
{{ $post->getTitle() }}

{{ $post->getContent(50) }}

Datum: 2025-03-04

Autor: Beispielautor

{% endforeach; %}
{% endblock %}