Is there an existing issue for this?
Describe the problem to be solved
I have a status page powered by uptime-kuma. When there is an error page shown, I'd like to link to it from that page in case it has additional context. (e.g. something is undergoing maintenance.)
I can imagine such a feature being used to link to other pages, like a contact page or policies (privacy, SLA, etc).
Suggest a solution
The templates get updated to include support for receiving a list of label => url pairs and renders them at the bottom of the page.
Additional context
This could be done with a custom template, so that's my immediate plan but figure it would be a useful feature for all of templates.
Is there an existing issue for this?
Describe the problem to be solved
I have a status page powered by uptime-kuma. When there is an error page shown, I'd like to link to it from that page in case it has additional context. (e.g. something is undergoing maintenance.)
I can imagine such a feature being used to link to other pages, like a contact page or policies (privacy, SLA, etc).
Suggest a solution
The templates get updated to include support for receiving a list of
label => urlpairs and renders them at the bottom of the page.Additional context
This could be done with a custom template, so that's my immediate plan but figure it would be a useful feature for all of templates.