You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
461 B
35 lines
461 B
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<!-- head --> |
|
{{> head }} |
|
|
|
<!-- Yeah i know js should not be in header. Its required for demos.--> |
|
|
|
<!-- javascript --> |
|
{{> javascripts }} |
|
</head> |
|
<body> |
|
<!-- header --> |
|
{{> header }} |
|
|
|
<!-- home panel --> |
|
{{> home-hero }} |
|
|
|
<!-- body --> |
|
{{> home-carousel }} |
|
|
|
<!-- features --> |
|
{{> home-features }} |
|
|
|
<!-- footer --> |
|
{{> home-teaser-text }} |
|
|
|
<!-- footer --> |
|
{{> footer }} |
|
|
|
<!-- vendors --> |
|
{{> vendors }} |
|
|
|
</body> |
|
</html> |