@use super::{header_html, footer_html}; @(resume: impl ToHtml) @:header_html(Some("Resume"), None) @resume <hr /> <a href="/static/resume/resume.md">Plain-text version of this resume here</a> @:footer_html()