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

# {{.Title}}

{{.ClearRedis}}

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}}
```