add correct news templates

This commit is contained in:
Profile Profile
2026-03-08 19:09:23 +03:00
parent 572ffd07e6
commit c9ed7c8fcc
8 changed files with 218 additions and 82 deletions

View File

@@ -0,0 +1,12 @@
---
import MainLayout from '@layouts/MainLayout.astro';
---
<MainLayout
title=Новости
description=Новости
>
<h1>Все новости</h1>
</MainLayout>