Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools

Can Tural
Can Tural
13,053 Points

How can I reach the html files of this free template?

Hi, I downloaded this free Bootstrap template to look into the html and css structures of the project. I wasn't able to find html files. Is there any way I can reach those files? Thanks in advance

Here is the link to the template: https://modularcode.io/modular-admin-html/

2 Answers

nico dev
nico dev
20,364 Points

Look for the .hbs files (they're HTML-like although written in Handlebars).

And then of course, the scss files are css with Sass if I'm not wrong.

HTH!

Can Tural
Can Tural
13,053 Points

Thanks a lot for your help!