Blame view

semantics/templates/relations.json 65 Bytes
Bartłomiej Nitoń authored
1
2
3
4
5
{% load jsonify %}

{
    "relations": {{ relations|jsonify }}
}