---
title: reIndex page
description: >
This page is rendered after reindexing, with any encountered errors!
|---
# {{.Title}}
{{.Global.App.ClearCache}}
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}}
```