What’s the section of code (or loop) which retrieves the Page title and description?

As usual – the_title() and the_content(). Posts page and a PAGE page are different in amount and type of content, but mechanics of main Loop and template tags are essentially same.