1// Package contextargs implements a generic entity for shared context within workflows 2// 3// All templates within a workflow shares the same cookiejar and a key-value store with shared items 4package contextargs 5 6