aboutsummaryrefslogtreecommitdiffstats
path: root/src/gen/error.njk
blob: dc5599cf4f2f2c2860210c3d0d66034c18628656 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
---            
layout: base
pagination:
  data: err
  size: 1
err:
  offline: The Page is offline
  404: Not Found
permalink: "/{{pagination.items}}.html"
---

<h1 style="color: rgb(139 0 0)">ERROR: {{pagination.items}}</h1>
<p>{{err[pagination.items]}}</p>