How to troubleshoot Sidebar not being generated

Your get_sidebar call:

<?php get_sidebar; ?>

is missing the parentheses:

<?php get_sidebar(); ?>