Views.py in xblock, adding url to new html file in xblock-edx

Hey, I am new to Xblocks, but used Django before.
I want to ask if, I can use a xblock app like a djano app by having a file of all views.py and url.py file and one class of myxblock.py
As suppose, we have myxblocks.html and new.html file in the static folder inside the myxblock directory, and I want to go to new.html, by clicking a button which will be on myxblocks.html .
How to add the url of the new.html inside myxblock.py.
Thanks a lot!