$def with (post, identities, guests) $var body_classes = ["widescreen"] $code: def get_property(prop): return post.pop(prop, [""])[-1] $ permalink = get_property("url") $ pad_id = permalink.lstrip('/').replace('/', '--') $var title: Editing $permalink $var show_title = False $var hide_footer = True
$if post:$pformat(post)