package views templ Error(message string, cart_count int) { @Layout("Error") {

Error

{ message }

Go Home
@Cart_Widget(cart_count) } }