It's probably the most simple question, but what is the url to the teaser overview page?
I'd make a content type 'X' and did make a template for the teaser and for the fullpage like this:
<?php if ($teaser) { ?>
<!--Teaser-->
<?php
} else { ?>
<!--Full page-->
<?php } ?>
Now, my question is: how to access the page with all teasers?
Thanks!