@Sydney Try putting wp_reset_query() before you call the loop.
This will display the content of your page.
EDIT: Try this if you have some other loops that you previously ran.
Place wp_reset_query(); where you find it most suitable, but before you call this loop.