12 lines
174 B
Plaintext
12 lines
174 B
Plaintext
|
|
---
|
|||
|
|
|
|||
|
|
import MainLayout from '@layouts/MainLayout.astro';
|
|||
|
|
|
|||
|
|
---
|
|||
|
|
|
|||
|
|
<MainLayout
|
|||
|
|
title=Новости
|
|||
|
|
description=Новости
|
|||
|
|
>
|
|||
|
|
<h1>Все новости</h1>
|
|||
|
|
</MainLayout>
|