mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-06 15:49:01 +02:00
c6f8f4bec6
* Setup prettier * Ignore these pug templates by prettier * Fix typo * Fix prettier error * Add prettier-ignore for quoting of event-segmentation attribute * Manual tab indentation * Interpolate * Remove unbuffered if conditional * Inline event-segmentation objects and remove prettier-ignore rule * Fix spacing before interpolation * Source format * Source format GitOrigin-RevId: c30e037f5caf8f91efc1bd9e75f81ae533b5a506
20 lines
607 B
Plaintext
20 lines
607 B
Plaintext
extends ../layout-marketing
|
|
|
|
block content
|
|
main#main-content.content
|
|
.container
|
|
.row
|
|
.col-lg-8.offset-lg-2.text-center
|
|
.page-header
|
|
h1 Maintenance
|
|
p
|
|
if settings.statusPageUrl
|
|
| #{settings.appName} is currently down for maintenance.
|
|
| Please check our #[a(href='https://' + settings.statusPageUrl) status page]
|
|
| for updates.
|
|
else
|
|
| #{settings.appName} is currently down for maintenance.
|
|
| We should be back within minutes, but if not, or you have
|
|
| an urgent request, please contact us at
|
|
| #{settings.adminEmail}
|