mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
9 lines
195 B
Plaintext
9 lines
195 B
Plaintext
@{
|
|
IEnumerable<object> blogPosts = Model.BlogPosts;
|
|
}
|
|
@Display(ContentItems)
|
|
@if (blogPosts == null || blogPosts.Count() < 1) {
|
|
<p>@T("There are no posts for this blog.")</p>
|
|
}
|
|
|
|
hi |