1 2 3 4 5 6 7
<template name="layout"> <div class="container"> <button class="logout">logout</button> <hr> {{> yield}} </div> </template>