We tried to use `#![doc = include_str!("../../template/src/main.rs")]`, but that is causing the release job to fail: https://github.com/rust-osdev/uefi-rs/pull/1330#issuecomment-2299476889 As a quick workaround we will inline the example code, but that means it won't be tested and could break easily. Filing this issue to track fixing it.