11 lines
268 B
Plaintext
Raw Normal View History

extends ../master.pug
block body
body
#app.is-fullscreen
.onboarding
img(src='/svg/logo-wikijs.svg', alt='Wiki.js')
h1= t('welcome.title')
h2= t('welcome.subtitle')
2018-02-11 00:20:17 -05:00
a.button.is-blue(href='/e/home')= t('welcome.createhome')