<template name="ApplicationLayout">
  <head>
    <title>textcircle</title>
  </head>

  {{> yield "header" }}
  {{> yield "main" }}
</template>