I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
php
$args = array(
'title' => 'test'
);
echo render_view( $args );
?>
<p>Before view</p>
<p>After view</p>