10 lines
200 B
HTML
10 lines
200 B
HTML
|
{{ define "title" }}<title>Resume - Christine Dodrill</title>{{ end }}
|
||
|
|
||
|
{{ define "content" }}
|
||
|
{{ . }}
|
||
|
|
||
|
<hr />
|
||
|
|
||
|
<a href="/static/resume/resume.md">Plain-text version of this resume here</a>
|
||
|
{{ end }}
|