$def with (profile)
$var title: About Me
$var name: $profile["name"]
$profile["name"]
$profile["uid"]
\
$for url in profile.get("urls", []):
- \
$if url.startswith("twitter.com/"):
Twitter
$if url.startswith("github.com/"):
GitHub
$if tx.user.is_owner:
$pformat(profile)