A Third Post
Dummy content for a third post.
This is a placeholder third post — the newest one, so it should have a “previous” link but no “next” link.
def greet(name: str) -> str:
# a comment
return f"hello, {name}"
SELECT id, name FROM users WHERE active = TRUE;