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()
|