{% if search %}
pdfs: {{article_dir}}/{{search}}
{% else %}
pdfs: {{article_dir}}
{% endif %}
{{article_dir}}
Full text
Author
Title
Tag
{% if tags %}
{{tags|safe}}
{% endif %} {% if entries %} {% for e in entries %}
{{e.key}}
{{e.importDate}}
{{e.reference|safe}}
{% if e.attachments %}
{% for a in e.attachments %}
{{a.name}}
{% if not loop.last %},{% endif %} {% endfor %}
{% endif %} {% if e.tags %}
{% for t in e.tags %}
{{t}}
{% endfor %}
{% endif %}
{% if e.searchTxt %}
{% for frag in e.searchTxt.frags %}
{{frag.page}}
{{frag.frag|safe}}
{% endfor %}
{% endif %} {% endfor %} {% else %} Nothing found {% endif %}