@include 'partial/header.html' @if ctx.is_logged_in() @if replying

reply to @{replying_to_user.get_name()} with...

(replying to this)

@else

make a post...

@end @include 'components/new_post.html' @else

uh oh, you need to be logged in to see this page

@end @include 'partial/footer.html'