[ad_1]
https://i.ytimg.com/vi/GM9Vg_S23sg/hqdefault.jpg
—
DevTips is a YouTube show about web design and development.
“HTML5 Basics” Playlist:
“CSS Basics” Playlist:
“How to build a professional website from start to finish” Playlist:
—-
Follow the DevTips GitHub Page to get all the codez:
https://github.com/DevTips
DevTips now has a twitter account:
Tweets by DevTipsShow
Travis also tweets:
Tweets by travisneilson
Original source
8 responses to “Bootstrap Grid – CSS Grids Series (part 5 – Jade Includes)”
I also don't want to have to do work that real humans do. I struggle to enjoy my real human job I have. I need freedom!
hello, how do I include in HTML?
Use AngularJS script in your html file head section and include html file with the directive: ng-include
<body ng-app="">
<div ng-include="'myFile.html'"></div>
</body>
Hi Travis, great Stuff! Still trying to catch up on all your vids, still have a few hours to go, you have made a big content legacy mister 😉
I'm curious how you would go about " Includes" in HTML? There seems to be a lot of discussion on the topic of including an external html partial into an index.html. (so how would you come to the same result without using Jade / Sass)
Thanks!
The Jade and SASS includes takes it to a whole new level!
fun begins in session 5 :). yeahh
"I like not doing stuff" LOL! I'm liking it so far. I've been doing little tests. I still haven't figured out how to add a link to a word in the middle of a sentence. Other that that it's been pretty easy to work with.
wow the includes is like php but easier and cleaner.