{% for post in posts %} {{ post.title }}

{{ locale.format_date(post.published_at, shorter=True, relative=False) }} {% if "lightningwirelabs.com" in post.tags %} {{ _("by Lightning Wire Labs") }} {% end %}

{% end %}