blob: 8cb127e6a7d2e30e367a9906aa00a295aab7fc1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[% 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' %]
|