Notes

$note = get_post_meta($post->ID, ‘notely’, true);
if ($note) {
echo $note;
}