francescomecca.eu/_layouts/default.html
2016-09-17 15:13:02 +02:00

25 lines
532 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>
<!--<link rel="alternate" type="application/rss+xml" title="Francesco Mecca RSS" href="/feed.xml">-->
</body>
</html>