10 lines
127 B
HTML
10 lines
127 B
HTML
|
{{ define "title" }}
|
||
|
<title>Error - Christine Dodrill</title>
|
||
|
{{ end }}
|
||
|
|
||
|
{{ define "content" }}
|
||
|
<pre>
|
||
|
{{ . }}
|
||
|
</pre>
|
||
|
{{ end }}
|