{% extends "base.html" %} {% block title %}Finance — Hive Corp{% endblock %} {% block content %}

Finance

Revenue, costs, and current company margin.

{% include "partials/finance_stats.html" %}
{% include "partials/finance_breakdown.html" %}
{% endblock %}