{% from "macros.j2" import itemurl %} {% extends "base.j2" %} {% block main %} {% set posts = resource.node.walk_resources() | list %} {% for res in posts[0:3] %} {% if res.source.kind == "html" and res.meta.title != 'Drafts' %} {{ res.meta.title }} {% endif %} {% endfor %}

{{ resource.meta.title }}

{% filter markdown|typogrify|rellinktoabs -%} {% block post -%}{%- endblock %} {%- endfilter %}
{% endblock %} {% block copyright %} Copyright © {{ time_now|date_format("%Y") }} John-Mark Gurney {% endblock %}