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