site/templates/resume.rs.html

10 lines
127 B
HTML
Raw Normal View History

2020-07-12 23:26:53 +00:00
@use super::{header_html, footer_html};
@(resume: impl ToHtml)
@:header_html(Some("Resume"), None)
@resume
@:footer_html()