factor-work/triangle-beer-league/schedule.xml

19 lines
621 B
XML
Raw Normal View History

2023-09-10 15:36:21 -04:00
<?xml version='1.0' ?>
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
<t:bind-each t:name="schedule">
<section class="game">
<h1 class="day-header"><t:label t:name="header"/></h1>
<t:bind-each t:name="schedules">
<div class="team-times">
<div class="teams">
<span class="@away"><t:label t:name="away"/></span>
<span class="at">@</span>
<span class="@home"><t:label t:name="home"/></span>
</div>
<div class="time"><t:label t:name="start"/></div>
</div>
</t:bind-each>
</section>
</t:bind-each>
</t:chloe>