{% if analytics is defined %} {% include '_analytics.html' %} {% endif %} {# Fetch a favicon url from the theme if it exists #} {% if favicon in theme %} {% else %} {% endif %} {# Stylesheets #} {% if theme.fontawesome is defined %} {% endif %} {# End Stylesheets #} {# Adds custom head content #} {% block head %}{% endblock %}