LIFO » Laboratorio » Bookmarks » LIFO
Di questi bookmark è anche disponibile il feed Atom.
{% for bm in data['bms'] | sort(reverse=True,attribute='added') %}
{{bm['title']}} <{{bm['url']}}> {% if bm['comment'] is defined %}
{{bm['comment']}}
{% endif %}
{% for data in ['content-type','added','last-seen'] %} {% if bm[data] is defined %}
{{data}}:{{bm[data]}}
{% endif %} {% endfor %} {% if bm['mirrors'] is defined %}
mirrors
    {% for entry in bm['mirrors'] %}
  • {{ entry['server']}} <{{entry['url']}}> (added: {{entry['added']}})
  • {% endfor %}
{% endif %} {% if bm['positions'] is defined %}
positions
    {% for entry in bm['positions'] %}
  • {{ entry['title']}} <{{entry['url']}}> (added: {{entry['added']}}) {% if entry['comment'] is defined %}
    {{entry['comment']}}
    {% endif %}
  • {% endfor %}
{% endif %} {% if bm['related'] is defined %} {% endif %}
keywords: {% for kw in bm['keywords'] %}{{kw}} {%endfor%}
id: {{bm['bm_id']}}
{% endfor %}