$def with (owner, posts)

$owner["name"]

$ note = owner.get("note") $if note:

$note[0]

more about me
$for post in posts:

$if "content" in post: $if "name" in post: $post["name"][0], $" ".join(post["content"][0].split()[:10]) $else: $post["content"][0] $elif "like-of" in post: Liked $post["like-of"][0] $elif "bookmark-of" in post: Bookmarked $post["bookmark-of"][0] \