--- title: Datatables page-header: Datatables page-libs: [lists] menu: base.datatables --- {% assign id = include.map-id | default: 'default' %}
{% assign products = 'Tabler,Tabler Icons,Tabler Emails,Tabler Components,Tabler Illustrations,Bootstrap' | split: ',' %} {% assign techs = 'brand-apple,brand-windows,brand-debian,brand-android' | split: ',' %}
{% for rc in rollercoasters %} {% assign progress = forloop.index | random_number %} {% endfor %}
{{ rc.name }} {{ rc.city }} {{ rc.type }} {{ rc.score }} {{ forloop.index | random_date: site.random-date-from, site.random-date-to | date: '%B %d, %Y' }} {{ forloop.index | random_number: 1, 200 }}
{{ progress }}%
{% include "ui/progress.html" value=progress width="5rem" %}
{% comment %} {% capture_global scripts %} {% endcapture_global %} {% endcomment %}