<!DOCTYPE html> <html lang="en"> {{template "page_head" "Goffee"}} <body> <div class="container"> {{block "page_content" .}} <main> <h1>Use this file as base inside cup application</h1> </main> {{end}} {{template "page_footer"}} </div> </body> </html>