# Updates

Text before the updates

{% updates format="full" %}
{% update date="2025-11-26" %}

## First update

Content of the first update
{% endupdate %}

{% update date="2025-10-08" %}

## Second update (empty)

{% endupdate %}

{% update date="2025-09-01" %}

## Third update (rich)

Some text

```
// Some code
```

{% endupdate %}
{% endupdates %}

Text between the updates

{% updates format="full" %}
{% update date="2025-11-12" %}

## Another update

This is another update in another block
{% endupdate %}
{% endupdates %}
