class SectionHead { constructor(parent, df) { this.parent = parent; this.df = df || {}; this.make(); } make() { this.wrapper = $(`
${this.df.description || ''}