Skip to content
Snippets Groups Projects
outer.mustache 355 B
Newer Older
Kasalehlia's avatar
Kasalehlia committed
<link rel="stylesheet" href="/modules/bus/bus.css">
<script type="text/javascript" src="/modules/bus/bus.js"></script>
<table id="busTable">
    <colgroup>
        <col width="140px">
        <col width="80px">
        <col>
        <col>
    </colgroup>
    {{#.}}
        <tbody data-infodisplay-outlet="{{normalizedStop}}"></tbody>
    {{/.}}
</table>