How to make post templates to include shortcodes only?

You might want to check out…
http://codex.wordpress.org/Function_Reference/do_shortcode

But the gist for using shortcodes in a template is as follows…


// Use shortcode in a PHP file (outside the post editor).
do_shortcode('');