<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl>" %> <%@ Import Namespace="Orchard.Mvc.ViewModels"%> <%@ Import Namespace="Orchard.Blogs.Extensions"%> <%@ Import Namespace="Orchard.Blogs.Models"%>

<%=Html.Link(Html.Encode(Model.Item.Name), Url.Blog(Model.Item.Slug)) %>

<%=Model.Item.PostCount %> post<%=Model.Item.PostCount == 1 ? "" : "s" %>

<%=Model.Item.Description %>

<%--TODO: (erikpo) Need to figure out which zones should be displayed in this template--%> <%--<%=Html.DisplayZonesAny() %>--%>