{% plausible %} {% extends "baselayout.njk" %} {% block main %}

Inspired by Lee Byron's TIL entry log to learn in public.

{%- for post in collections.tils | reverse -%}

{{ post.data.title }}

{%- endfor -%}
{% endblock %}