{% extends "WallabagCoreBundle::layout.html.twig" %} {% block title %}{{ entry.title|raw }} ({{ entry.domainName|removeWww }}){% endblock %} {% block content %}

{{ entry.title|raw }}

{% set nbAnnotations = entry.annotations | length %} {% transchoice nbAnnotations %}{0} No annotations|{1} One annotation|]1,Inf[ %nbAnnotations% annotations{% endtranschoice %} {% if entry.previewPicture is not null %}
{{ entry.title|raw }}
{% endif %}
{{ entry.content | raw }}
{% endblock %}