(text"{% extends \"root.html\" %} {% block head %}")
(title
(text"Latest posts - {{ config.name }}"))
(text"{% endblock %} {% block body %} {{ macros::nav() }}")
(main
("class""flex flex-col gap-2")
(text"{{ macros::timelines_nav(selected=\"all\") }} {{ macros::timelines_secondary_nav(posts=\"/all\", questions=\"/all/questions\") }} {% if not user -%}")
(div
("class""card-nest")
(div
("class""card small flex items-center gap-2")
(text"{{ icon \"heart\" }}")
(b
(text"{{ text \"general:label.better_with_account\" }}")))