{% extends "base.html" %} {% block page_container -%}
Current Chain
{%- if lc -%} {%- else %} No chain {%- endif %}
 Last Block Index {{ lc.last_block.idx }}
 Last Block Hash {{ lc.last_block.block_hash }}
 Timestamp {{ lc.last_block.timestamp_dt | utc_datetime }}
{%- endblock %}