Render the App

You are ready to render the app. Rendering should create a site/ directory with an index.html file associated with our first page. Go ahead and load it into your browser.

As we go through each step, render the app and explore the chages we've made.

app.render()

# optionally pass an alternate path

app.render("docs/")