article.Post
    header
        h2 {{front.title}}
        p._publish-date
            time {{ front.date | date:medium }}
        p._author {{ front.author }}
        p Categories:
            span(ng-repeat="cat in front.categories") &nbsp;{{ cat }}

    section._content(ng-bind-html="content")

    content-nav(
        content-state="'blog.post'"
        content-previous="previous"
        content-next="next"
    )
