front.html (337B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 4 {% include head.html %} 5 6 <body id="page-top"> 7 {% include nav.html %} 8 {% include header.html %} 9 {% include call-to-action.html %} 10 {% include services.html %} 11 <!--{% include feature.html %}--> 12 {% include quote.html %} 13 {% include contact.html %} 14 {% include scripts.html %} 15 </body> 16 17 </html>