{% extends 'stdgrid.html.twig' %} {% block title %}{{ 'Welcome! - Public Timeline' | trans }}{% endblock %} {% block body %} {# Backwards compatibility with hAtom 0.1 #}
{% if notes is defined and notes is not empty %} {% for conversation in notes %} {% include '/note/view.html.twig' with {'note': conversation['note'], 'replies': conversation['replies']} only %}
{% endfor %} {% else %}

{% trans %}No notes here.{% endtrans %}

{% endif %}
{% endblock body %} {% block javascripts %}{% endblock %}