<div class="cost-control text-center body-layout-1-2">
    <div class="header">
        <h2 class="h3">Invoice #4325-3</h2>
    </div>
    <div class="body">
        <p class="text-sm">Third optional short description about the report shown</p>
        <canvas class="chart" id="chart-1"></canvas>
    </div>
    <div class="footer">
        <a href="http://testlenke.no" class="btn btn-sm">View invoice (PDF)</a>
    </div>
</div>
<div class="cost-control {{ cost_control_class }}">
  <div class="header">
    {% include '@header--h2' with title %}
  </div>
  <div class="body">
    {% include '@paragraph--small' with paragraph %}
    <canvas class="chart" id="{{ chart_id }}"></canvas>
  </div>
  <div class="footer">
    {% include '@button--small' with button %}
  </div>
</div>
{
  "title": {
    "class": "h3",
    "copy": "Invoice #4325"
  },
  "cost_control_class": "text-center body-layout-1-2",
  "paragraph": {
    "copy": "Optional short description about the report shown"
  },
  "chart_id": "chart-1",
  "button": {
    "copy": "View invoice (PDF)"
  }
}

There are no notes for this item.