mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
15 lines
393 B
Text
15 lines
393 B
Text
|
extends ../layout-marketing
|
||
|
|
||
|
include ./_new_mixins
|
||
|
|
||
|
block entrypointVar
|
||
|
- entrypoint = 'pages/user/subscription/new'
|
||
|
|
||
|
block append meta
|
||
|
meta(name="ol-countryCode" content=countryCode)
|
||
|
meta(name="ol-recurlyApiKey" content=settings.apis.recurly.publicKey)
|
||
|
meta(name="ol-recommendedCurrency" content=String(currency).slice(0,3))
|
||
|
|
||
|
block content
|
||
|
main.content.content-alt#subscription-new-root
|