package book import "fmt" templ Book(params BookParams) {
{

{ params.Title }

By { params.Author }

{ params.Description }

}