I managed to fix it doing the following:
I originally had this as the top of the file:
<?php/*
Template Name: Single Posts
*/?>
I had to add the post type, so i changed it to:
<?php/*
Template Name: Single Posts
Template Post Type: post
*/?>
Now it works perfectly.