scribe/src/pages/articles/show_page.cr

8 lines
152 B
Crystal

class Articles::ShowPage < MainLayout
needs post_response : PostResponse::Root
def content
mount Post::Post, response: post_response
end
end