{% extends 'html/base.html' %} {% block styles %} {{ super() }} {% endblock %} {% block body %} {% include "html/header/default.html" %} {% include "html/hero/job.html" %} {% include "html/features/default.html" %} {% include "html/categories/default.html" %} {% include "html/testimonials/default.html" %} {% include "html/pricing/default.html" %} {% include "html/news/latest-from-blog.html" %} {% include "html/contact/contact-us.html" %} {% include "html/listings/recent-jobs.html" %} {% include "html/stats/job-default.html" %} {% include "html/partners/default.html" %} {% include "html/footer/default.html" %} {% endblock %} {% block javascripts %} {{ super() }} {% endblock %}