def addModules(self):
     self.modules.append(TemplateModules.getStandardHeading(self, 'MainHeading'))
     self.modules.append(TemplateModules.getStandardTextBox(self, 'MainTextBox'))
     self.modules.append(TemplateModules.getStandardHeading(self, 'AboutHeading'))
     self.modules.append(TemplateModules.getStandardTextBox(self, 'AboutTextBox'))
     self.modules.append(TemplateModules.getStandardHeading(self, 'YourNameLabel'))
     self.modules.append(TemplateModules.getStandardHeading(self, 'YourEmailLabel'))
     self.modules.append(TemplateModules.getStandardHeading(self, 'ReferenceLabel'))
 def addModules(self):
     self.modules.append(
         TemplateModules.getStandardHeading(self, 'MainHeading'))
     self.modules.append(
         TemplateModules.getStandardTextBox(self, 'MainTextBox'))
     self.modules.append(
         TemplateModules.getStandardHeading(self, 'AboutHeading'))
     self.modules.append(
         TemplateModules.getStandardTextBox(self, 'AboutTextBox'))
     self.modules.append(
         TemplateModules.getStandardHeading(self, 'YourNameLabel'))
     self.modules.append(
         TemplateModules.getStandardHeading(self, 'YourEmailLabel'))
     self.modules.append(
         TemplateModules.getStandardHeading(self, 'ReferenceLabel'))
 def addModules(self):
     self.modules.append(
         TemplateModules.getStandardHeading(self, 'MainHeading'))
     self.modules.append(
         TemplateModules.getStandardTextBox(self, 'MainTextBox'))
     self.modules.append(
         TemplateModules.getSingleImageModule(self, 'MainImage'))
 def addModules(self):
     self.modules.append(TemplateModules.getStandardHeading(self, 'MainHeading'))
     self.modules.append(TemplateModules.getStandardTextBox(self, 'MainTextBox'))