-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
https://github.com/gh-training/gh-app-starter-python/blob/2c2e6d16c8325d1a19ce4498732b9c85091b9cbd/app.py#L20-L33
Lines 20 to 33 in 2c2e6d1
| app = Flask(__name__) | |
| """ | |
| STATIC PAGES | |
| ============== | |
| These pages basically just show static HTML | |
| """ | |
| @app.route('/') | |
| def welcome(): | |
| """Welcome page""" | |
| return render_template("index.html", readme_html=markdown2.markdown_path("./README.md")) | |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation