summaryrefslogtreecommitdiff
path: root/layouts/error/single.html
blob: d126d2f3fddee72654aa8c4db4deba87b22be773 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{{partial "header.tmpl" .}}
<div class="row">
    <header><p>{{.Title}}</p></header>
</div>

<div class="container journal content">
	<div class="row">
		<div class="twelve columns article">
			<ul>
				<li class="journal-li">
					<div class="margin-top">Sorry, there was an error!</div>
					<br>
					<pre>
_                ___       _.--. 
\`.|\..----...-'`   `-._.-'_.-'` 
/  ' `         ,       __.--'    
)/' _/     \   `-_,   /          
`-'" `"\_  ,_.-;_.-\_ ',         
    _.-'_./   {_.'   ; /         
   {_.-``-'         {_/          
   ~~~~~~          ~~~~~         
					</pre>
					<div>Please try again.</div>
				</li>
			</ul>
		</div>
	</div>
</div>

<div class="row center">
	<p class="twelve columns" style="margin-top: 20px">
		<a class="button" href="../" title="back to index">go back</a>
	</p>
</div>
{{partial "footer.tmpl" .}}