What is stache?

Stache is the template engine used by Statamic, a Laravel-based CMS. It's designed to be flexible, powerful, and easy to use. Key features and concepts include:

  • Syntax: Stache uses a simple, tag-based syntax inspired by Antlers.
  • Variables: Access and display data within templates.
  • Conditionals: Implement logic using if, elseif, and else statements.
  • Loops: Iterate through collections of data.
  • Modifiers: Transform data on the fly (e.g., formatting dates, capitalizing text).
  • Partial Templates: Reusable template snippets.
  • Layouts: Define common page structures.
  • Tags: Extend functionality with custom tags or built-in tags.
  • Context: The data available to your template. This is usually provided by Statamic.

Stache allows developers to create dynamic and engaging web experiences within the Statamic ecosystem.