{% extends "base" %} {% block content %}
KERNEL

Excess 
{{ kernel.excess }}

Block Height 

Type 
{{ kernel.ker_type }}
{% if kernel.ker_type == "Plain" %}
Fee 
{{ kernel.fee }}
{% endif %}

RAW DATA

{{ kernel.raw_data }}

{% endblock %}