Files
profile-front/src/pages/news/index.astro

12 lines
183 B
Plaintext
Raw Normal View History

2026-03-08 19:09:23 +03:00
---
2026-03-08 23:57:41 +03:00
import ContentLayout from '@layouts/ContentLayout.astro';
2026-03-08 19:09:23 +03:00
---
2026-03-08 23:57:41 +03:00
<ContentLayout
2026-03-08 19:09:23 +03:00
title=Новости
description=Новости
>
<h1>Все новости</h1>
</MainLayout>