<?xml version="1.0" encoding="UTF-8"?>
<blog xmlns="https://cdn.aytict.fi/xmlns/blog">
  <post>
    <title>Welcome to the aytict.fi Blog</title>
    <author>Jane Doe</author>
    <date>2026-04-01</date>
    <content>This is the first post on the aytict.fi blog!</content>
  </post>
  <post>
    <title>New Features Released</title>
    <author>John Smith</author>
    <date>2026-04-02</date>
    <content>We have released new features for our users.</content>
  </post>
</blog>
