{% include 'header.html' %}

{{ _('discover') }}

{{ _('discover_text') }}

{% for p in posts %}
{{ p.date }}{{ p.blogname }}: {{ p.title }} {{ p.likes }} ♡
{% endfor %}
{% include 'footer.html' %}