my eye

index.html

Raw

$def with (mentions)
$var title: Received Mentions

<ul>
$for mention in mentions:
    <li>$mention["received"].diff_for_humans()
    $mention["source"] &rarr;
    $mention["target"]<br>
    $mention["data"]</li>
</ul>