blob: 0441b3efb6ec541b19179e283067574e96dbe66b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[% map_js = PROCESS 'front/javascript.html' %]
[% pre_container_extra = PROCESS 'around/postcode_form.html' %]
[% INCLUDE 'header.html', title = '', bodyclass = 'frontpage fullwidthpage' %]
[% IF error %]
<p class="form-error">[% error %]</p>
[% END %]
[% TRY %][% PROCESS 'front/pre-steps.html' %][% CATCH file %][% END %]
<div class="tablewrapper">
<div id="front-howto">
[% INCLUDE 'index-steps.html' %]
</div>
[% INCLUDE 'front/recent.html' %]
</div>
[% INCLUDE 'footer.html' pagefooter = 'yes' %]
|