{% extends 'base.html' %} {% block body %} {% from 'utils.html' import urlcat, root, index, card with context %}
| Circle | {{ work['circle'] }} |
|---|---|
| Authors | {% for author in work['authors'] %}{{ author }} {% endfor %} |
| Tags | {% for tag in work['tags'] %}{{ tag }} {% endfor %} |
| Series | {{ work['series'] }} |
| Pages | {{ work['images'] | length }} |