{% capture schedule_workspace %} {% comment %} Return the HTML for the schedule corresponding to the given data. Parameters: `data` (site data): site data file containing the requested schedule. `interval` (integer): time in minutes between each timeline tick. `row_height` (integer): row height in pixels. {% endcomment %} {% assign timeline_first = include.data.timeline | first %} {% capture offset %}{% include _minutes.html time=timeline_first %}{% endcapture %} {% endcapture %}{% assign schedule_workspace = '' %}