@include 'partial/header.html'

@app.config.instance.welcome

@if motd != ''

@motd

@end
@if pinned_posts.len > 0

pinned posts:

@for post in pinned_posts @include 'components/post_small.html' @end

@end

recent posts:

@if recent_posts.len > 0 @for post in recent_posts @include 'components/post_small.html' @end @else

none, you could be the first!

@end
@include 'partial/footer.html'