Skip to content

Instantly share code, notes, and snippets.

@khades
Created February 6, 2018 10:16
Show Gist options
  • Select an option

  • Save khades/48ffd43ff35dd0a519ff42fe58645c3d to your computer and use it in GitHub Desktop.

Select an option

Save khades/48ffd43ff35dd0a519ff42fe58645c3d to your computer and use it in GitHub Desktop.
extends ./layout.pug
include ./test-mixin.pug
block body
+test-mixin()
doctype html
html
body
block body
mixin test-mixin()
h1 i am mixin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment