xref: /webtrees/resources/views/modules/branches/list.phtml (revision f084ba244bcd1ff304d440e58d98f72010a39d9c)
1<?php
2
3/**
4 * @var string $branches
5 */
6
7?>
8<ol>
9    <?= $branches ?>
10</ol>
11