Overview
Make it so users don't need to upload templates and static files with the binary to get everything running.
Implementation
Everything in templates/, pages/, and static/ should be compiled directly into the binary when released -- for this, use any of the many libraries out there.
We should also check for the existence of these files in the current directory, using them instead of the ones included with the binary if they exist (so it's easy to override everything).