@using TIAMWebApp.Shared.Application.Models @using TIAMWebApp.Shared.Application.Services @inject BlogService BlogService
Discover the hidden gems and breathtaking landscapes of Hungary! Our blog features inspiring destinations, scenic routes, and must-see spots that invite you to explore the natural beauty of this enchanting country. Whether you're planning your next adventure or simply dreaming of a getaway, let these stories guide your journey.
@if (posts == null) {Loading blog posts...
} else if (posts.Count == 0) {No blog posts found.
} else { @*