Mercurial > libervia-templates
view default/ticket/tickets.html @ 96:94b5806b9e2f
blog/item: various improvments:
- title and publication date are now clickable if HTTP link of item is set
- show labels (aka tags/categories)
- text only content in body is urlized
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 19 Jan 2018 18:19:57 +0100 |
parents | ea67eba3199d |
children |
line wrap: on
line source
{% extends 'base/base.html' %} {% import 'input/xmlui.html' as xmlui with context %} {% block body %} <div id="tickets"> {% for ticket in tickets %} <div class="ticket_full"> {{ xmlui.generate(ticket) }} </div> {% endfor %} </div> {% endblock body %}