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