13 lines
201 B
HTML
Executable file
13 lines
201 B
HTML
Executable file
---
|
|
title: 404
|
|
description: >-
|
|
Wrong page.
|
|
image: /siteicon.png
|
|
layout: default
|
|
sitemap: false
|
|
---
|
|
|
|
<div class="column editable">
|
|
<h1>{{ page.title }}</h1>
|
|
<h2>{{ page.description }}</h2>
|
|
</div>
|