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

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

by .aspx"><%=Post.Author %> <%=Post.DateCreated %> <%--
<%=Body %>
This has been depreciated so please don't use it anymore. --%> <%-- Instead use the line below --%>
<%=Rating %>

Tags: <%=TagLinks(", ") %>

<%=CategoryLinks(" | ") %>