{% 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. `min_day_width` (integer): minimum width reserved for each day in pixels. `header_tag` (string): HTML tag for the schedule-header, default: 'h3'. {% endcomment %} {% assign header_tag = include.header_tag | default: 'h3' %} {% assign timeline_first = include.data.timeline | first %} {% capture offset %}{% include _minutes.html time=timeline_first %}{% endcapture %} {% endcapture %}{% assign schedule_workspace = '' %}