def api_get_blog(*, id): ''' ????????, ????manage_blog_edit.html. ''' blog = await Blog.find(id) return blog