Skip to content

Page (with Title)

File: sections/page.liquid

Templates: page.dolphin-energy-request.json, page.general-information.json, page.json, page.our-purpose.json

Page (with Title)

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 class

Settings: 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' %}