Skip to content

Instantly share code, notes, and snippets.

@pnegri
Created August 30, 2013 16:26
Show Gist options
  • Save pnegri/6391667 to your computer and use it in GitHub Desktop.
Save pnegri/6391667 to your computer and use it in GitHub Desktop.
<!-- { editable_area: Conteúdo, content, 0, 0 } -->
<!-- { unique_editable_area: Logomarca, brand, 360, 140 } -->
<!-- { unique_editable_area: Rodapé, footer, 0, 0 } -->
<!doctype html>
<html lang="en">
<head>
<title>{{ site_title }}</title>
{{ "//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc2/css/bootstrap.min.css" | stylesheet }}
</head>
<body>
<header>
{{ brand }}
</header>
<ul>
{% for nav in top_menu %}
<li><a href="{{ nav.url }}">{{ nav.title }}</a></li>
{% endfor %}
</ul>
<section class="content">{{ content }}</section>
<footer>
{{ footer }}
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment