I am trying to build a tabbed content page, http://ryanwake.com/opgp_dev_html/schedule/ using Grav. I know I could build this page using a modular page and just list all the content on one .md page. In the interest of maximum edibility, I would like to build out this page using this sort of organization: https://www.dropbox.com/s/alxowavu4qwqsce/Screenshot%202015-03-19%2012.57.58.png?dl=0
When I explore the existing skeletons and themes, they all seem to be done using one file, instead of this multiple page method. If the multiple page method is the best way, can someone point me in the direction of an example I can follow? I am having trouble figuring out how to make this work.
I feel like this should work like a foreach loop or something.