@Model.post.title

 @Model.publishedDate  @Model.publishedTime       @Each.post.categories   @Current.name     @EndEach

@Model.post.text
@If.hasTags
@Each.tags @Current.Item1     @EndEach
@EndIf


@If.newerPost.IsSome «  @Model.newerPost.Value.title @EndIf
@If.olderPost.IsSome @Model.olderPost.Value.title  » @EndIf