10 lines
203 B
Handlebars
10 lines
203 B
Handlebars
|
<div class="box">
|
||
|
<h2>error</h2>
|
||
|
<p>
|
||
|
{{#if is404}}
|
||
|
Could not find the poll you tried to open. Perhaps it was
|
||
|
deleted?
|
||
|
{{else}}
|
||
|
We are sorry. An unexpected error occurred.
|
||
|
{{/if}}
|
||
|
</p>
|