def _content()

in source/ext/extref.py [0:0]


    def _content(self):
        if self._type() == 'image':
            return self._image()
        if self._type() == 'logo':
            return self._logo()
        return self._text()