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