if section_py is not None:
    print("Section - Title: %s" % section_py.title)
    print("Section - Text: %s" % section_py.text[0:60])
else:
    print("Section does not exist.")