Akron | 3c390c4 | 2020-03-30 09:06:21 +0200 | [diff] [blame] | 1 | % layout 'main', title => 'Match'; |
2 | |||||
3 | <div id="resultinfo" class="found"></div> | ||||
4 | |||||
5 | %= include 'query' | ||||
6 | |||||
7 | <div id="search"> | ||||
8 | <ol class="align-left"> | ||||
9 | %= include 'match', match => stash('results'); | ||||
10 | </ol> | ||||
11 | </div> |