% if ( ref $img && exists $img->{filename} ) { <% $document->name %> % }

<% $document->name %>

<& /inc/text_format.msn, doc => $document &>

<%args> $document => undef <%init> return unless ref $document; my $img = $document->get_image('picture');