Simple Python website

Mostly static pages with a more polished first impression.

`pyweb` keeps the codebase small and readable, while giving the front page enough visual structure to feel intentional instead of purely utilitarian.

Pythonic

Readable modules, direct routes, and a structure that stays easy to reason about.

Mostly static

Templates render straightforward content pages without introducing needless backend layers.

Easy to extend

Add a route, drop in a template, and the site can grow without a structural rewrite.