{% extends "base.html" %} {% import "macro/template_and_block.html" as block %} {% import "macro/opengraph.html" as opengraph %} {% block opengraph %} {{ opengraph::og( title="DEBUG - Fees by Pool", description="Shows the difference beetween template and block fees by pool", url="/debug/unknown", image_url="/og_image/index.png" ) }} {% endblock opengraph %} {% block content %}

Fees by Pool

Shows the difference between template and block fees by pool

{% include "chart/fee_per_pool.html" %} {% endblock content %}