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

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

by .aspx"><%=Post.AuthorProfile != null ? Post.AuthorProfile.DisplayName : Post.Author%> <%=Post.DateCreated.ToShortDateString() %>
Tags: <%=TagLinks(", ") %>
Categories: <%=CategoryLinks(" | ") %>

| To the top |