def _template_ext2file(self, templatename, ext): return joinfile(self._template_root(), templatename, ext)
def _fullname_ext2file(self, fullname, ext): return joinfile(self._content_root(), fullname, ext)