@include 'partial/header.html'

posts with #@{tag}: (*@{offset} to *@{offset+10})

@for post in app.get_posts_with_tag(tag, offset) @include 'components/post_mini.html' @end
@include 'partial/footer.html'