{% set meta={"title": "Blog™", "desc": "Blog™"} %} {% extends "/_base.html" %} {% block content %}

Welcome to Blog™. I may on occasion add pages to here, in which case the list below will update. You can also get updates delivered directly to you using the RSS or Atom feeds.

{% for post in data.blogposts %}

{{ post.title }}

{{ post.date.isoformat() }}

{{ post.desc }}

{% endfor %} {% endblock %}