{% macro latest_post(posts) %} {% set post = posts|last %} {% if post %} {{ post.title }} {% else %} none yet, stay tuned! {% endif %} {% endmacro latest_post %} {% macro post_link(page) %}
This is an early preview of the upcoming third edition of this guide. The edition is still in alpha state, so things might be still in progress, not work, or change without warning!
For a more stable experience, check out the current Second Edition.