francescomecca.eu/_layouts/default.html
PesceWanda 6249a5dfc9 blog
2016-05-01 11:13:57 +02:00

23 lines
427 B
HTML

<!DOCTYPE html>
<html lang="en-us">
{% include head.html %}
<body class="theme-base-09">
{% include sidebar.html %}
<h3 class="masthead-title">
<a href="/" title="Home">{{ site.title }}</a>
{% for page in site.pages_list %}
&nbsp;&nbsp;&nbsp;
<small><a href="{{ page[1] }}">{{ page[0] }}</a></small>
{% endfor %}
</h3>
<div class="content container">
{{ content }}
</div>
</body>
</html>