site/templates/resume.rs.html

14 lines
214 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
2020-07-12 23:30:01 +00:00
<hr />
<a href="/static/resume/resume.md">Plain-text version of this resume here</a>
2020-07-12 23:26:53 +00:00
@:footer_html()