{% extends "base.html" %} {% block body %}
home Diffido add_circle_outline
${ item.id } check_box check_box_outline_blank ${ item.title }
link ${ prettifyLink(item) } ${ item.url }
${ triggerString(item) }
last check: ${ prettifyLastCheck(item) }
history show history
play_circle_outline run now
{% end %} {% block style %} .table-cell-left > .md-table-cell-container { padding-left: 12px; } {% end %}