summaryrefslogtreecommitdiff
path: root/theatre/index.html
blob: c10ab19e9c66f9a7b741a194386ac5ee6fe6feff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
layout: master
title: Theatrical Credits
description: Mostly for my own reference, here’s a list of shows I’ve worked on.
---

<h1>Theatrical Credits</h1>

<table class="data-table">
    {% for show in site.data.shows %}
    <tr>
        <td><i>{{ show.name }}</i></td>
        <td>{{ show.role }}</td>
        <td>{{ show.person }}</td>
        <td class="right">{{ show.date }}</td>
    </tr>
    {% endfor %}
</table>