aboutsummaryrefslogtreecommitdiff
path: root/example-site/reIndex.md
blob: 4519dc5fbaaae0382f0db974d2cf28036aafb123 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
title: reIndex page
description: >
  This page is rendered after reindexing, with any encountered errors!
|---

# {{.Title}}

this is the reindex page

{{if .Vars.IndexError}}
<span style="color: red;">
# Indexing Error: {{.Vars.IndexError}}
</span>
{{end}}


```
This handler adds some information to the page vars:
{{.Vars}}
```