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.
37 lines
470 B
37 lines
470 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 }} |
|
|
|
<!-- title --> |
|
{{> title }} |
|
|
|
<!-- Demos --> |
|
<section id="demos"> |
|
<div class="row"> |
|
<div class="large-12 columns"> |
|
{{> body }} |
|
</div> |
|
</div> |
|
</section> |
|
|
|
<!-- footer --> |
|
{{> footer }} |
|
|
|
<!-- vendors --> |
|
{{> vendors }} |
|
|
|
</body> |
|
</html> |