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