RSS {%- autoescape false -%} {{ yocaml_body }} {% endautoescape -%}

Essays and ramblings

    {%- for article in articles -%}
  1. {%- for co_author in article.co_authors -%} {%- endfor -%}
    {{ article.date.human }} {{ article.title }}

    {{ article.description }}

      {%- for tag in article.tags -%}
    • {{ tag }}
    • {%- endfor -%}
  2. {%- endfor -%}