Postleaf / postleaf

Simple, beautiful publishing with Node.js.
https://www.postleaf.org/
MIT License
504 stars 204 forks source link

Custom Content Regions #17

Open claviska opened 7 years ago

claviska commented 7 years ago

Add support for custom content regions in templates. Super useful for managing content such as sidebars, headers, footers, etc.

Example:

{@region id="sidebar"}
  <p>Default content can go here</p>
{/region}

Wishlist

Challenges