A Hundred Days of Code, Day 043
Continuing with the Flask course. Today I learnt about how to loop, using Jinja loop blocks. The syntax is slowly becoming clear to me. Everything python related in enclosed is {% … %} blocks, except for variables which use their own {{ … }} syntax. What I am still confused on is the relationship between the various files, I am writing. There is html and then there are templates and there are python files themselves. Hopefully that will get clearer in the days to come. My naïve understanding, right now, is ...