Newer
Older
vmk-demo-bot / admin / template / src / pug / _layout / pages.pug
@eugene-sukhodolskiy eugene-sukhodolskiy 18 days ago 288 bytes init
- var page = true
doctype html
include ../_partials/banner.pug

html(lang='en')
  head
    base(href=base)
    include ../_partials/head.pug
    block styles
  body
    .bg-body-tertiary.min-vh-100.d-flex.flex-row.align-items-center
      block view

    include ../_partials/scripts.pug