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

inbox

@if notifications.len == 0

your inbox is empty!

@else

@for notification in notifications.reverse()

@notification.summary

@notification.body
@end @end
@else

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

@end @include 'partial/footer.html'