class TestFormatter(SettingsFormatter):
    title = 'DEBUG AND TEST'

    def get_text(self):
        text = self._format_section(self.title)