Files
fuelux/_layouts/home.html
2015-05-06 14:04:30 -04:00

18 lines
294 B
HTML

<!DOCTYPE html>
<html lang="en" class="fuelux">
<head>
<!-- Meta, title, CSS, favicons, etc. -->
{% include header.html %}
</head>
<body>
<!-- Master Nav -->
{% include nav/main.html %}
<!-- Page Content -->
{{ content }}
<!-- Footer -->
{% include footer.html %}
</body>
</html>