Created
July 4, 2018 03:06
-
-
Save thihenos/0408fb898c05b2297d7e2cb74f3d8729 to your computer and use it in GitHub Desktop.
This file contains 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
<!-- This is assuming that this document will get in folder Layout, the dust file layout as it template --> | |
{>"layout/layout" /} | |
<!-- This variable, is responsable for get all HTML content and compile it together with the {+body /} in layout file--> | |
{<body} | |
<div class="row"><br></div> | |
<main role="main" class="container"> | |
<div class="jumbotron"> | |
<h1><p><strong>Here it is my second dust file!</strong></p></h1> | |
<p class="lead">Change the layout\layout file to see how its change</p> | |
</div> | |
</main> | |
{/body} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment