Clean, minimal single blog post template inspired by Varo's design. Uses ACSS content-grid for responsive layout with featured image breakout.
| Field | Key |
|---|---|
| Category | {this.categories.at(0).name} (linked) |
| Title | {this.title} |
| Date | {this.date.dateFormat("F j, Y")} |
| Author | {this.author.displayName} |
| Featured Image | {this.image.url}, {this.image.alt} |
| Content | {@post-content} slot |
.content-grid for main layout.content--feature-maxUses ACSS color variables (--black, --neutral-dark, --primary) that adapt to light/dark schemes.