Skip to content

Instantly share code, notes, and snippets.

@mfd
Created November 17, 2016 17:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mfd/e4672fc37312e19d6432563ac442ee7b to your computer and use it in GitHub Desktop.
Save mfd/e4672fc37312e19d6432563ac442ee7b to your computer and use it in GitHub Desktop.
jade extends
//- index.pug
extends layout
block modalWrap
- modalClass.push('company_user')
block modal-body
//- layout.pug
- var modalClass = [];
block modalWrap
.modal-dialog(class=modalClass)
.modal-content
block modal-header
.modal-header
header=modalHead
block modal-body
.modal-body
block modal-footer
.modal-footer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment