{% extends "texsitecore/skeletons/bootstrap3-skeleton.html" %} {% load i18n %} {% load static %} {% load texsitecore_tags %} {% load texsitefreelancer_tags %} {% load wagtailcore_tags %} {% load wagtailimages_tags %} {% load wagtailsettings_tags %} {% block head-css %} {{ block.super }} {% include "texsitecore/includes/google_font.html" with family="Montserrat:wght@400;700" only %} {% include "texsitecore/includes/google_font.html" with family="Lato:ital,wght@0,400;0,700;1,400;1,700" only %} {% include "texsitecore/includes/google_font.html" with family="Roboto:wght@400;700" only %} {% endblock %} {% block head-extension %} {% include "texsitecore/includes/favicon.html" %} {% endblock %} {% block body-content %} {% wagtail_site as current_site %} {% get_menu_pages current_site as pages %} {% get_settings %}
{% block freelancer-body-content %}{% endblock %}
{% endblock %} {% block body-javascript %} {{ block.super }} {% endblock %}