* 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
13 lines
303 B
Plaintext
13 lines
303 B
Plaintext
extends ../../../../../app/views/layout-react
|
|
|
|
block entrypointVar
|
|
- entrypoint = 'modules/user-activate/pages/user-activate-page'
|
|
|
|
block append meta
|
|
meta(name='ol-user' data-type='json' content=user)
|
|
|
|
block content
|
|
#main-content.content.content-alt
|
|
.container
|
|
#user-activate-register-container
|