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