#!/usr/bin/env python import warnings as _warnings _warnings.resetwarnings() _warnings.filterwarnings('error') from tdi import html template = html.from_string("""

doc title goes here

Intro goes here.

""") # BEGIN INCLUDE print template.tree.to_string(verbose=True)