<img src="../../img/logotype-color.png" alt="Västra götalandsregionen">
<div>
    <h1>500 - Server Error</h1>
    <h2>There was an error servering the requested page.</h2>
    <p>What you can do:</p>
    <ul>
        <li>You can try and refresh the page, the problem may be temporary</li>
        <li>If you entered the URL by hand, double check that it is correct</li>
        <li>We have been notified about this error and will do our best to make sure it doesn't happen again!</li>
    </ul>
</div>
{% block main %}
  <img src="{{ imgPath | path }}" alt="{{ imgAlt }}">
  <div>
    <h1>{{ title }}</h1>
    {{ body }}
  </div>
{% endblock %}
{
  "imgPath": "/img/logotype-color.png",
  "imgAlt": "Västra götalandsregionen",
  "title": "500 - Server Error",
  "body": "<h2>There was an error servering the requested page.</h2><p>What you can do:</p><ul><li>You can try and refresh the page, the problem may be temporary</li><li>If you entered the URL by hand, double check that it is correct</li><li>We have been notified about this error and will do our best to make sure it doesn't happen again!</li></ul>"
}
  • Handle: @server-error-template
  • Preview:
  • Filesystem Path: components/templates/server-error-template/server-error-template.html

There are no notes for this item.