{% extends "base.html" %} {% load static %} {% load partials %} {% load custom_filters %} {% block content %}
Source Text | Score | Metadata |
---|---|---|
{{ source.text }} | {{ source.score|floatformat:3 }} |
{% for key, value in source.metadata.items %}
{{ key }}: {{ value }}
{% endfor %}
|