mirror of
https://github.com/ExactTarget/fuelux.git
synced 2026-01-13 00:18:03 -05:00
18 lines
294 B
HTML
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>
|