# Python imports # Lib imports # Application imports class MarkdownTemplateMixin: def wrap_html_to_body(self, html): return f"""\ Markdown View {html} Button in WebView """