{% extends "base.html" %} {% import "macro/opengraph.html" as opengraph %} {% block opengraph %} {{ opengraph::og( title="DEBUG - Sanctioned by Pool", description="Block Inclusion of Sanctioned Transactions by Pool", url="/debug/sanctioned", image_url="/og_image/index.png" ) }} {% endblock opengraph %} {% block content %}
Pool | included in block | not included in block |
---|---|---|
{{ row.pool_name }} | {{ row.in_both + row.only_in_block }} | {{ row.only_in_template }} |