Yes, you can embed the custom field display into your template file.
You can either enable automatic display in the settings or use do_shortcode() function like this:
<?php echo do_shortcode( ‘[xyz_cfl_shortcode id=”{POST_ID}”]‘ ); ?>
Here {POST_ID} must be replaced by actual id of post/page/custom post.