def main(): print("Hello from django-template!") if __name__ == "__main__": main()