Search code examples
wordpresstwigtimber

What is the "data-template" attribute on body tags I find in Twig templates?


I frequently see body tags in Twig templates that look like this:

<body class="..." data-template="base.twig">

I'd like to know what the purpose of the data-template attribute is. I'm not sure if this is relevant to Twig specifically, or the Timber plugin for Wordpress. Any links to documentation would be greatly appreciated.


Solution

  • Can confirm, It's for debug help