blob: 8a39748daab0c6a698072f046ed1cd517a032f68 [file] [log] [blame]
[% var path : FlowchartPath!Path = FlowchartPath!Path.all.first; %]
<html>
<body>
<h1>The chosen path was:</h1>
<ol>
[% for (stop in path.stops) { %]
<li>[%=stop.label%]</li>
[% } %]
</ol>
</body>
</html>