<main role="main" class="404--page" id="main">
<div class="container mt-md">
<div class="row title-container">
<div class="col-md-10 offset-md-1 col-lg-8 offset-lg-2">
<h1 class="heading-level-1">Page not found</h1>
</div>
</div>
<div class="row content-area">
<div class="col-md-10 offset-md-1 col-lg-8 offset-lg-2">
<p>Error 404. This page does not exist.</p>
</div>
</div>
</div>
</main>
{{!< ../_preview-page}}
<main role="main" class="404--page" id="main">
<div class="container mt-md">
{{#if title.value}}
<div class="row title-container">
<div class="col-md-10 offset-md-1 col-lg-8 offset-lg-2">
<h1 class="heading-level-1" {{{title.epiEditAttribute}}}>{{title.value}}</h1>
</div>
</div>
{{/if}}
{{#if content.value}}
<div class="row content-area">
<div class="col-md-10 offset-md-1 col-lg-8 offset-lg-2">
<p {{{title.epiEditAttribute}}}>{{{content.value}}}</p>
</div>
</div>
{{/if}}
</div>
</main>
{
"pageId": "404Id",
"title": {
"value": "Page not found",
"epiEditAttribute": ""
},
"content": {
"value": "Error 404. This page does not exist.",
"epiEditAttribute": ""
}
}
There are no notes for this item.