Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Adding body_classes to a twig template

Started by Muut Archive 9 years ago · 1 replies · 1498 views
9 years ago

is it possible to add a body class to a twig template. I would like when a page is created a body class is added to the page automatically then manually adding it.

9 years ago

Generally, use <body id="top" class="{{ page.header.body_classes }}"> in templates to accommodate this. If you want a default set, you'd have to use blueprints to handle that somehow.

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 2269 9 years ago
Archive · by Muut Archive, 9 years ago
2 1493 9 years ago
Archive · by Muut Archive, 9 years ago
2 4739 9 years ago
Archive · by Muut Archive, 9 years ago
1 3552 9 years ago
Archive · by Muut Archive, 9 years ago
3 1618 9 years ago