@page "/blog" @model SoroushAsadi.Pages.Blog.BlogIndexModel @{ ViewData["Title"] = Model.IsFa ? "بلاگ — سروش اسعدی" : "Blog — Soroush Asadi"; var fa = Model.IsFa; }
@(fa ? "یافتهها از پروژههای واقعی — نه ترجمهی مقاله، نه فهرست hype." : "Findings from real engagements — not translated articles, not hype lists.")
@post.Excerpt