package blog import ( "gobeyhan/views/admin" ) templ Layout(title string) { @admin.Layout(title) {
{ children... }
} }