Property for Layouts [issue link] I have simple default Layout: <template> <div class="simple"> <h1 class="page-title">{{title}}</h1> <nuxt/> </div> </template> How to pass the value of the variable title from a certain page into a layout? This question is available on Nuxt.js community (#c617)