layout: home
<!DOCTYPE html> <html>
<head> {% include head.html %} </head> <body> {% include navigation.html %} <div class="application"> {% include global.html %} {% include search.html %} {% include header.html %} <section class="wrapper home"> {{content}} </section> </div> </body> {% include footer.html %}
</html>