Is there an empty biff template? Meaning with nothing but a "hello world" webpage? I know there's the chat app with the email and login and stuff, is there something with no modules at all? Or a single webpage module? I am thinking about taking the demo chat app and just deleting everything but the setup, but maybe something already exists.
currently clj -M -e '(load-string (slurp " is the emptiest template there is. I generally start with that and then delete a lot of it as you suggested. E.g. same as the first part of the tutorial: https://biffweb.com/docs/tutorial/new-project/
Thanks Jacob, and thanks (again!) for being so responsive