I\'m trying to run the flask-template from "Head first Python" p. 218:
from flask import Flask, render_template app = Flask(__name__) # Erzeugt ei