function rstheme_single_post_comments()
{
    get_theme_template_part('post', 'comment', '/templates/post');
}
function rstheme_single_page_edit()
{
    get_theme_template_part('edit-entry');
}