In Part 2 we will setup Sanic to render html templates.
Install and setup Jinja2 extension
We will enable our application to render Jinja2 templates. Jinja2 is a template engine developed by Armin Ronacher (the developer of Flask and many other things) and documentation for the project can be found …