<article class="article article--error-page" role="article">
    <h1 class="article__headline">Sorry, but the page you were trying to view does not exist.</h1>

    <div class="article__lead">
        <p>

            Lead</p>
    </div>

    <div class="article__body">
        <h2>Why?</h2>
        <p>Verify that you entered the correct address and try again. If that does not help, go to the <a href="/">homepage</a> or <a href="/">sitemap</a> and try to find the page that way.</p>
        <h2>Why?</h2>
        <p>We have recently rebuilt our site, which will mean some links to pages of the old site no longer works. To find the corresponding page in the new site go to our <a href="/">homepage</a> and use the menu or use the search function to find what
            you want.</p>
        <p>To return to the previous page, use your browser's back button.</p>
    </div>

    <div class="article__meta">
        <hr>
        <div>
            <strong>Publicerad av:</strong> Namn Namnsson, 2017-01-05 09:39:15
        </div>
        <div>
            <a href="mailto:namn.namnsson@vgregion.se" title="E-postadress">namn.namnsson@vgregion.se</a>
        </div>
    </div>

</article>
<article class="article article--{{ modifier }}" role="article">
  <h1 class="article__headline">{{ title }}</h1>

  {% if pubdate %}
  <div class="article__byline">
    <time class="article__date" datetime="{{ pubdate }}">{{ pubdate }}</time>
  </div>
  {% endif %}

  {% if lead %}
  <div class="article__lead">
    <p>
    {% if category %}<b class="article__category">{{ category }}</b>{% endif %}
    {{ lead }}</p>
  </div>
  {% endif %}

  {% if body %}
  <div class="article__body">
    {{ body }}
  </div>
  {% endif %}

  {% if articleMeta %}
    {% render "@article-meta", articleMeta %}
  {% endif %}



</article>
{
  "modifier": "error-page",
  "title": "Sorry, but the page you were trying to view does not exist.",
  "lead": "Lead",
  "body": "<h2>Why?</h2><p>Verify that you entered the correct address and try again. If that does not help, go to the <a href=\"/\">homepage</a> or <a href=\"/\">sitemap</a> and try to find the page that way.</p><h2>Why?</h2><p>We have recently rebuilt our site, which will mean some links to pages of the old site no longer works. To find the corresponding page in the new site go to our <a href=\"/\">homepage</a> and use the menu or use the search function to find what you want.</p><p>To return to the previous page, use your browser's back button.</p>",
  "articleMeta": {
    "name": "Namn Namnsson",
    "date": "2017-01-05 09:39:15",
    "email": "namn.namnsson@vgregion.se"
  }
}

There are no notes for this item.