=============== Master Template =============== We are going to convert some more views to use templates. Along the way, we are going to introduce PyCharm's debugger. Steps ===== #. Stop the Run Tool window's execution by clicking the red square button in the Run Tool window. #. Click on the ``templates`` directory and press ``Ctrl-N`` to make a new file named ``layout.html`` in the ``templates`` directory. #. Use Emmet to fill in the HTML for this directory: ``html>head>title`` then ``tab``. #. In the ``