Page (with Title)
File:
sections/page.liquidTemplates:
page.dolphin-energy-request.json,page.general-information.json,page.json,page.our-purpose.json

Description
Page (with Title)
Renders the current page’s title as an H1 heading followed by the page’s rich text content, all within a centered prose-styled container. This is the standard full page section that includes both the title and body content.
Features:
- Outputs {{ page.title }} as an H1 heading - Outputs {{ page.content }} with Tailwind prose formatting - Centered layout with vertical margin - Clean typographic defaults via Tailwind's prose classSettings: None
Blocks: None
Snippets Used: None
Dependencies:
- Tailwind CSS (application.css) for ‘prose’, ‘mx-auto’, ‘my-12’
- Tailwind Typography plugin (@tailwindcss/typography) for prose class styling
Tailwind Status: Full All styling uses Tailwind utility classes (prose, mx-auto, my-12). No legacy CSS classes are present.
Usage
This section is referenced in JSON templates and cannot be added via the theme editor.
{% section 'page' %}