2016-05-01 11:13:57 +02:00
|
|
|
<!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 %}
|
|
|
|
|
|
|
|
<small><a href="{{ page[1] }}">{{ page[0] }}</a></small>
|
|
|
|
{% endfor %}
|
|
|
|
</h3>
|
|
|
|
|
|
|
|
<div class="content container">
|
|
|
|
{{ content }}
|
|
|
|
</div>
|
2016-09-17 15:13:02 +02:00
|
|
|
<!--<link rel="alternate" type="application/rss+xml" title="Francesco Mecca RSS" href="/feed.xml">-->
|
2016-05-01 11:13:57 +02:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|