CoreID/app/views/auth/register.pug

8 lines
173 B
Plaintext
Raw Normal View History

2020-05-20 14:56:03 +00:00
extends ../theme/public/base
2020-04-17 00:59:48 +00:00
2020-05-20 14:56:03 +00:00
block append style
link(rel='stylesheet' href='/style-asset/form.css')
block vue
coreid-registration-form(v-bind:app_name="app_name")