--- 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}} # Indexing Error: {{.Vars.IndexError}} {{end}} ``` This handler adds some information to the page vars: {{.Vars}} ```