package views templ Success(cart_count int) { @Layout("Order Complete") {

Thank you for your order!

Your order has been received and is being processed.

You'll receive a confirmation email shortly.

Continue Shopping
@Cart_Widget(cart_count) } }