I think I found the problem. you are importing razor_zwei/tpl/layout in tpl/home.gohtml and then changing layout variable. because layout has been defined previously this error happens. use = instead of := and the problem might go away.
razor_zwei/tpl/layout
tpl/home.gohtml
layout
=
:=