Created
February 6, 2018 10:16
-
-
Save khades/48ffd43ff35dd0a519ff42fe58645c3d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| extends ./layout.pug | |
| include ./test-mixin.pug | |
| block body | |
| +test-mixin() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| doctype html | |
| html | |
| body | |
| block body |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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