
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
강의 보고 app실행을 하려고 코드스니펫 그대로 복붙 했는데
이런 오류가 발생했습니다.


작성한 코드 및 에러 메세지
/Users/kangharu/Desktop/sparta/movie/venv/bin/python /Users/kangharu/Desktop/sparta/movie/app.py
File "/Users/kangharu/Desktop/sparta/movie/app.py", line 6
return render_template('index.html')
^
IndentationError: expected an indented block
