<script src=“/assets/js/frappe-charts.min.iife.js”></script> <script>

const frappeoptions = {
  type: 'line',
  valuesOverPoints: 1,
  colors: ['#de425b'],
  lineOptions: {
      // regionFill: 1,
      // heatline: 1
  }
}

</script>

{% for website in pagestested limit: 1 %}

{% include value/loadingdata.html %}

<h3 style="display: none;">Scores</h3>

{% include index/badge.html %}
{% include index/energy.html %}
{% include index/quality.html %}
{% include index/loading.html %}
{% include index/styles.html %}
{% include index/position.html %}
{% include index/security.html %}

{% endfor %}

{% include actions/energy.html %} {% include index/score.html %} {% include actions/quality.html %}