{"json_modified": "2016-10-09T15:07:59.382326", "uuid": "59b1b899-695f-4df9-b2ab-8f093e49e58a", "title": "Django Tutorial Part 5: Creating our home page", "url": "/en-US/docs/Learn/Server-side/Django/Home_page", "tags": ["Beginner", "server-side", "django", "Article", "CodingScripting", "django views", "django templates", "Tutorial", "Learn"], "translations": [], "modified": "2016-10-09T15:07:59", "label": "Django Tutorial Part 5: Creating our home page", "localization_tags": [], "locale": "en-US", "id": 196129, "last_edit": "2016-10-09T15:07:56", "summary": "We've now created the home page for our site\u00a0\u2014 an HTML page that displays some counts of records from the database and has links to our other still-to-be-created pages. Along the way we've learned a lot of fundamental information about url mappers, views, querying the database using our models, how to pass information to a template from your view, and how to create and extend\u00a0templates.", "sections": [{"id": "Overview", "title": "Overview"}, {"id": "Defining_the_resource_URLs", "title": "Defining the resource URLs"}, {"id": "Creating_the_index_page", "title": "Creating the index page"}, {"id": "URL_mapping", "title": "URL mapping"}, {"id": "View_(function-based)", "title": "View (function-based)"}, {"id": "Template", "title": "Template"}, {"id": "Extending_templates", "title": "Extending templates"}, {"id": "The_LocalLibrary_base_template", "title": "The LocalLibrary base template"}, {"id": "The_index_template", "title": "The index template"}, {"id": "Referencing_static_files_in_templates", "title": "Referencing static files in templates"}, {"id": "Linking_to_URLs", "title": "Linking to URLs"}, {"id": "What_does_it_look_like", "title": "What does it look like?"}, {"id": "Challenge_yourself", "title": "Challenge yourself"}, {"id": "Summary", "title": "Summary"}, {"id": "See_also", "title": "See also"}], "slug": "Learn/Server-side/Django/Home_page", "review_tags": []}