welcome.pug 265 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 extends ../layout.pug block rootNavCenter block content .container .welcome img(src='/images/logo.png', alt='Wiki.js') h1= t('welcome.title') h2= t('welcome.subtitle') a.button.is-indigo(href='/create/home')= t('welcome.createhome')