def about(self): """About page, content of it is configurable in settings""" about_page = markdown2.markdown(self.core.config.get("about_page")) return self.render('about.html', about_page=about_page)