Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions en/meta.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Build a Python Web Server with Flask
hero_image: images/banner.png
description: Install the Python web framework Flask and set up a basic web server with different pages
description: Install the Python web framework Flask and set up a basic web server
with different pages
original_url: https://raspberrypi.org/learning/python-web-server-with-flask
theme: yellow
duration: 2
Expand All @@ -16,13 +17,17 @@ hardware: ''
software: python, html-css-javascript
version: 4.1
last_tested: 2018-08-02
steps:
steps:
- title: Introduction
- title: Build a Flask website
- title: Add a new page
completion:
- engaged
- title: Using HTML
- title: "Challenge: Add a HTML template to your 2nd page"
- title: 'Challenge: Add a HTML template to your 2nd page'
challenge: true
- title: Add colour with CSS
- title: Adding dynamic content
completion:
- internal
- title: What next?