<%@ Control Language="C#" AutoEventWireup="true" EnableViewState="false" Inherits="BlogEngine.Core.Web.Controls.PostViewBase" %>

<%=Server.HtmlEncode(Post.Title) %>

clock <%=Post.DateCreated.ToString("MMMM d, yyyy HH:mm")%> by author .aspx"><%=Post.AuthorProfile != null ? Post.AuthorProfile.DisplayName : Post.Author%>
<%=Rating %>
Tags: <%=TagLinks(", ") %>
Categories: <%=CategoryLinks(" | ") %>
Actions: <%=AdminLinks %> E-mail | Kick it! | Permalink | comment<%=Resources.labels.comments %> (<%=Post.ApprovedComments.Count %>) | Comment RSS