| {% comment %} |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| {% endcomment %} |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US"> |
| <head profile="http://gmpg.org/xfn/11"> |
| <title>{{ page_name }}</title> |
| |
| <meta name="viewport" content="width=device-width,initial-scale=1"> |
| |
| <link type="text/css" rel="stylesheet" href="/soc/content/{{ app_version }}/css/v2/style.css"> |
| </head> |
| |
| <body class="error"> |
| |
| <div id="error-not-found"> |
| <div id="error-not-found-content"> |
| <h1>{{ code }}</h1> |
| <p> |
| {{ message|safe }} |
| <br/> |
| <a href="/">Click here to return to the homepage ></a> |
| </p> |
| </div> |
| </div> |
| |
| </body> |
| </html> |