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