<layout src="/app/layout/app.tpl"> <block id="title">Hello World</block> <block id="body"> <h1>Hello {{.Sess.User_name}}</h1> </block> </layout>