{% include head.html %}
{% for link in site.links %}
{% if link.external %}
{{ link.title }}
{% else %}
{{ link.title }}
{% endif %}
{% endfor %}
Feed
{{ page.title }}
{{ content }}
{% include footer.html %}
{% include scripts.html %}