this post was submitted on 11 May 2024
7 points (76.9% liked)
Furry Programmers
345 readers
1 users here now
English-language general programmers community
Please treat pawb.social’s rules as though they were the rules of this community, even if you’re posting from another instance!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
OK, I'm less familiar with flask, but for the front-end logic, jinja fits well into your needs, I think
I'd definitely recommend also using a css framework too, because it takes a lot of the legwork away from you. Most have JS dependencies, but there's Bulma, which is a no-JS one that's easy to customize.
I think jinja is actually sort of built into Flask. As much css/html that I can offload the better.