• Yep, with Rust for example any content can just be include_str!/include_bytes!'d into the binary, letting you create your content in their native formats (HTML/CSS/JS/etc). It’s pretty trivial to do, although definitely not a recommended way of making a website. In C# I believe you can use resources to accomplish something similar.