Introduction

Completed

When you're first beginning to create websites, having static pages seems only natural. But what if you want to get a little creative and have data change per user or per page?

That's where using templates can ease the process of developing apps. Templates give you the option to use the same page multiple times throughout the site, with sections of data that can continuously change depending on the request.

This module shows you why creating dynamic pages is worth the time. It also shows you how to easily create and manage them.

In this module, you'll learn how to:

  • Work with views.
  • Use template variables and tags.
  • Add dynamic data to Django templates.
  • Use template inheritance.

Prerequisites: