Traceback (most recent call last):
  File "/home/brian/var/projects/learning-wiki/index.py", line 100, in main
    pagelayout.getpage(fields)
  File "/home/brian/var/projects/learning-wiki/lib/medus/page/ZPTPageFormatter.py", line 33, in getpage
    context = getattr(self, "_context_" + job)(context, fields)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/brian/var/projects/learning-wiki/lib/medus/page/ZPTPageFormatter.py", line 48, in _context_view
    context.addGlobal ("content", self.formatter.format(self.datastore.read(wn)))
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/brian/var/projects/learning-wiki/lib/medus/content/WikiFormatter.py", line 50, in format
    return header + markup
           ~~~~~~~^~~~~~~~
TypeError: can only concatenate str (not "list") to str