class WcoEmail::EmailTemplate

def self.blank_template

def self.blank_template
  out = Tmpl.find_or_create_by({ slug: SLUG_BLANK })
end